1
0
mirror of https://github.com/ShadowNinja/LuaIRC.git synced 2025-07-08 02:50:23 +02:00

Add support for arbritrary status modes via the ISUPPORT PREFIX value

This commit is contained in:
ShadowNinja
2014-02-26 23:45:29 -05:00
parent 86c7cb3fe9
commit 2fd732dc1f
3 changed files with 45 additions and 24 deletions

View File

@ -155,7 +155,7 @@ function irc:shutdown()
-- <li><code>username</code> - User username.</li>
-- <li><code>host</code> - User hostname.</li>
-- <li><code>realname</code> - User real name.</li>
-- <li><code>access</code> - User access, available in channel-oriented callbacks. A table containing the boolean fields 'op', 'halfop', and 'voice'.</li>
-- <li><code>access</code> - User access, available in channel-oriented callbacks. A table containing boolean fields for each access mode that the server supports. Eg: 'o', and 'v'.</li>
-- </ul>
-- Apart from <code>nick</code>, fields may be missing. To fill them in, enable user tracking and use irc:whois.
-- @name User