1
0
Fork 0
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:
Alex Bramley 2016-11-28 22:50:19 +00:00
parent be9257d323
commit 64ad58533d
2 changed files with 13 additions and 0 deletions

View file

@ -14,6 +14,7 @@ const (
CAP = "CAP"
CTCP = "CTCP"
CTCPREPLY = "CTCPREPLY"
ERROR = "ERROR"
INVITE = "INVITE"
JOIN = "JOIN"
KICK = "KICK"