Fixing small typo and clarifying arguments

This commit is contained in:
Joshua Simmons 2010-07-18 21:21:55 +10:00
parent b53cd265ae
commit 96c2fd3ac0
1 changed files with 7 additions and 7 deletions

View File

@ -293,9 +293,9 @@ handlers["221"] = function(o, prefix, modes)
end
--RPL_CHANNELMODEIS
--user seems to be just a repeat of the user's nick
--The result from common irc servers differs from that defined by the rfc
handlers["324"] = function(o, prefix, user, channel, modes)
o.invoke("OnChannelModeIs", user, channel, modes)
o:invoke("OnChannelModeIs", user, channel, modes)
end
handlers["ERROR"] = function(o, prefix, message)