Add support for parsing IRCv3 tags in received messages
This commit is contained in:
@@ -59,6 +59,7 @@ type Event struct {
|
||||
Source string //<host>
|
||||
User string //<usr>
|
||||
Arguments []string
|
||||
Tags map[string]string
|
||||
Connection *Connection
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user