1
0
mirror of https://github.com/ShadowNinja/LuaIRC.git synced 2024-09-24 05:40:16 +02:00

added OnKick to docs

This commit is contained in:
Jakob Ovrum 2010-07-18 18:34:25 +09:00
parent 1237f974b6
commit 66e743c279

View File

@ -120,6 +120,7 @@ function irc:shutdown()
-- <li><code>NameList(channel, names)</code></li> -- <li><code>NameList(channel, names)</code></li>
-- <li><code>OnTopic(channel, topic)</code></li> -- <li><code>OnTopic(channel, topic)</code></li>
-- <li><code>OnTopicInfo(channel, creator, timeCreated)</code></li> -- <li><code>OnTopicInfo(channel, creator, timeCreated)</code></li>
-- <li><code>OnKick(channel, nick, kicker, reason)</code>* (kicker is a <code>user</code> table)</li>
-- </ul> -- </ul>
-- * Event also invoked for yourself. -- * Event also invoked for yourself.
-- † Channel passed only when user tracking is enabled -- † Channel passed only when user tracking is enabled