1
0
mirror of https://github.com/ShadowNinja/LuaIRC.git synced 2024-09-28 07:20:34 +02:00

Clarify NickChange hook in docs

This commit is contained in:
Brandon Williams 2010-06-29 03:53:14 +08:00 committed by JakobOvrum
parent 7f8eb22fc4
commit 09395a4d5f

View File

@ -111,10 +111,11 @@ function irc:shutdown()
-- <li><code>OnJoin(user, channel)</code>*</li>
-- <li><code>OnPart(user, channel)</code>*</li>
-- <li><code>OnQuit(user, message)</code></li>
-- <li><code>NickChange(user, newnick)</code>*</li>
-- <li><code>NickChange(user, newnick, channel)</code>*</li>
-- <li><code>NameList(channel, names)</code></li>
-- </ul>
-- * Event also invoked for yourself.
-- † Channel passed only when user tracking is enabled
-- @name Hooks
-- @class table