From 2ee58834e0847bbd857c2f1f910d74c23feb1e1f Mon Sep 17 00:00:00 2001 From: ShadowNinja Date: Tue, 18 Mar 2014 04:36:02 -0400 Subject: [PATCH] Add support for IRCv3 message tags --- doc/irc.luadoc | 1 + messages.lua | 25 ++++++++++++++++++++++++- util.lua | 19 ++++++++++++++++++- 3 files changed, 43 insertions(+), 2 deletions(-) diff --git a/doc/irc.luadoc b/doc/irc.luadoc index bf3ceec..36c5242 100644 --- a/doc/irc.luadoc +++ b/doc/irc.luadoc @@ -125,6 +125,7 @@ function irc:shutdown() --- Class representing an IRC message. Objects of this class may contain the following fields: --