Module | Irc::Bot::Auth |
In: |
lib/rbot/botuser.rb
|
This module contains the actual Authentication stuff
Returns the only instance of BotOwnerClass
# File lib/rbot/botuser.rb, line 629 629: def Auth.botowner 630: return BotOwnerClass.instance 631: end
Returns the only instance of DefaultBotUserClass
# File lib/rbot/botuser.rb, line 605 605: def Auth.defaultbotuser 606: return DefaultBotUserClass.instance 607: end
Returns the only instance of ManagerClass
# File lib/rbot/botuser.rb, line 923 923: def Auth.manager 924: return ManagerClass.instance 925: end