Method: Irc::Channel#user_nicks
- Defined in:
- lib/rbot/irc.rb
#user_nicks ⇒ Object
TODO Ho
1361 1362 1363 |
# File 'lib/rbot/irc.rb', line 1361 def user_nicks @users.map { |u| u.downcase } end |
TODO Ho
1361 1362 1363 |
# File 'lib/rbot/irc.rb', line 1361 def user_nicks @users.map { |u| u.downcase } end |