Add support for parsing IRCv3 tags in received messages

This commit is contained in:
Russ Garrett
2017-01-25 15:39:59 +00:00
parent 1b0acb5f2f
commit e1d00ae799
3 changed files with 79 additions and 0 deletions

View File

@@ -59,6 +59,7 @@ type Event struct {
Source string //<host>
User string //<usr>
Arguments []string
Tags map[string]string
Connection *Connection
}