mirror of
https://github.com/ShadowNinja/LuaIRC.git
synced 2025-01-26 01:30:30 +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
|
end
|
||||||
|
|
||||||
--RPL_CHANNELMODEIS
|
--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)
|
handlers["324"] = function(o, prefix, user, channel, modes)
|
||||||
o.invoke("OnChannelModeIs", user, channel, modes)
|
o:invoke("OnChannelModeIs", user, channel, modes)
|
||||||
end
|
end
|
||||||
|
|
||||||
handlers["ERROR"] = function(o, prefix, message)
|
handlers["ERROR"] = function(o, prefix, message)
|
||||||
|
Loading…
Reference in New Issue
Block a user