Class: Symbol

Inherits:
Object show all
Defined in:
/home/apoc/projects/ruby/rbot/lib/rbot/botuser.rb

Instance Method Summary (collapse)

Instance Method Details

- (Object) to_irc_auth_command

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



130
131
132
# File '/home/apoc/projects/ruby/rbot/lib/rbot/botuser.rb', line 130

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