Class: Symbol
- Inherits:
-
Object
- Object
- Symbol
- Defined in:
- /home/apoc/projects/ruby/rbot/lib/rbot/botuser.rb
Instance Method Summary (collapse)
-
- (Object) to_irc_auth_command
Returns an Irc::Bot::Auth::Comand from the receiver.
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 |