1
0
mirror of https://github.com/ShadowNinja/LuaIRC.git synced 2025-06-28 14:16:07 +02:00

Add support for IRCv3 message tags

This commit is contained in:
ShadowNinja
2014-03-18 04:36:02 -04:00
parent 7024ad5512
commit 2ee58834e0
3 changed files with 43 additions and 2 deletions

View File

@ -125,6 +125,7 @@ function irc:shutdown()
--- Class representing an IRC message. Objects of this class may contain the following fields:
-- <ul>
-- <li><code>tags</code> - A table of IRCv3 tags.</li>
-- <li><code>prefix</code> - Prefix of the message.</li>
-- <li><code>user</code> - A User object describing the sender of the message.</li>
-- <li><code>command</code> - The IRC command.</li>