mirror of
https://github.com/ShadowNinja/LuaIRC.git
synced 2025-10-14 23:05:27 +02:00
@@ -74,6 +74,9 @@ handlers["NICK"] = function(o, prefix, newnick)
|
||||
else
|
||||
o:invoke("NickChange", user, newnick)
|
||||
end
|
||||
if user.nick == o.nick then
|
||||
o.nick = newnick
|
||||
end
|
||||
end
|
||||
|
||||
--NAMES list
|
||||
|
Reference in New Issue
Block a user