summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/rbot/ircbot.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rbot/ircbot.rb b/lib/rbot/ircbot.rb
index eb194e68..e88929fe 100644
--- a/lib/rbot/ircbot.rb
+++ b/lib/rbot/ircbot.rb
@@ -302,7 +302,7 @@ class IrcBot
users.each {|u|
@channels[channel].users[u[0].sub(/^[@&~+]/, '')] = ["mode", u[1]]
}
- @plugins.delegate "names"
+ @plugins.delegate "names", data[:channel], data[:users]
}
@client[:unknown] = proc {|data|
#debug "UNKNOWN: #{data[:serverstring]}"