mirror of
https://github.com/ShadowNinja/LuaIRC.git
synced 2025-01-10 10:00:28 +01:00
added OnKick to docs
This commit is contained in:
parent
1237f974b6
commit
66e743c279
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user