Returns an Irc::Bot::Auth::Comand from the receiver
[Source]
# File lib/rbot/botuser.rb, line 129 129: def to_irc_auth_command 130: Irc::Bot::Auth::Command.new(self) 131: end
[Validate]