Method: AuthModule#get_botuser_for
- Defined in:
- lib/rbot/core/auth.rb
#get_botuser_for(user) ⇒ Object
297 298 299 |
# File 'lib/rbot/core/auth.rb', line 297 def get_botuser_for(user) @bot.auth.irc_to_botuser(user) end |
297 298 299 |
# File 'lib/rbot/core/auth.rb', line 297 def get_botuser_for(user) @bot.auth.irc_to_botuser(user) end |