class Symbol

Public Instance Methods

to_irc_auth_command() click to toggle source

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

# File lib/rbot/botuser.rb, line 130
def to_irc_auth_command
  Irc::Bot::Auth::Command.new(self)
end