mirror of
https://github.com/fluffle/goirc
synced 2025-07-01 02:53:53 +00:00
Test ERROR handling and add constant. Fixes #92.
This commit is contained in:
parent
be9257d323
commit
64ad58533d
2 changed files with 13 additions and 0 deletions
|
@ -14,6 +14,7 @@ const (
|
|||
CAP = "CAP"
|
||||
CTCP = "CTCP"
|
||||
CTCPREPLY = "CTCPREPLY"
|
||||
ERROR = "ERROR"
|
||||
INVITE = "INVITE"
|
||||
JOIN = "JOIN"
|
||||
KICK = "KICK"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue