Method: IIRC::ISupport::Inquiry#bot_mode

Defined in:
lib/iirc/modules/isupport.rb

#bot_modeString?

User mode which can be used to mark clients as bots.

Returns:

  • (String)

    mode char (usually 'B')

  • (nil)

    if mode is not supported



55
56
57
# File 'lib/iirc/modules/isupport.rb', line 55

def bot_mode
  self['BOT']
end