mirror of
https://github.com/ShadowNinja/LuaIRC.git
synced 2025-01-24 17:00:21 +01:00
Fixing small typo and clarifying arguments
This commit is contained in:
parent
b53cd265ae
commit
96c2fd3ac0
4
init.lua
4
init.lua
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user