Class: Symbol

Inherits:
Object show all
Defined in:
lib/rbot/botuser.rb

Instance Method Summary collapse

Instance Method Details

#to_irc_auth_commandObject

Returns an Irc::Bot::Auth::Comand from the receiver



129
130
131
# File 'lib/rbot/botuser.rb', line 129

def to_irc_auth_command
  Irc::Bot::Auth::Command.new(self)
end