1
0
зеркало из https://github.com/ShadowNinja/LuaIRC.git synced 2026-01-12 04:15:27 +01:00
Этот коммит содержится в:
Jakob Ovrum
2010-07-17 11:00:58 +09:00
родитель 103d9cf4ce
Коммит e866807a44

Просмотреть файл

@@ -217,6 +217,10 @@ handlers["366"] = function(o, prefix, me, channel, msg)
end
end
handlers["TOPIC"] = function(o, prefix, channel, topic)
o:invoke("TopicChange", channel, topic)
end
handlers["ERROR"] = function(o, prefix, message)
o:invoke("OnDisconnect", message, true)
o:shutdown()