Method: IIRC::ISupport::Inquiry#bot_mode
- Defined in:
- lib/iirc/modules/isupport.rb
#bot_mode ⇒ String?
User mode which can be used to mark clients as bots.
55 56 57 |
# File 'lib/iirc/modules/isupport.rb', line 55 def bot_mode self['BOT'] end |