Print ERROR messages
This commit is contained in:
parent
ae6ad0a5b9
commit
9dffb541b9
2 changed files with 11 additions and 5 deletions
11
irc/const.go
11
irc/const.go
|
@ -1,15 +1,16 @@
|
|||
package irc
|
||||
|
||||
const (
|
||||
Ping = "PING"
|
||||
Nick = "NICK"
|
||||
Error = "ERROR"
|
||||
Join = "JOIN"
|
||||
Part = "PART"
|
||||
Mode = "MODE"
|
||||
Privmsg = "PRIVMSG"
|
||||
Nick = "NICK"
|
||||
Notice = "NOTICE"
|
||||
Topic = "TOPIC"
|
||||
Part = "PART"
|
||||
Ping = "PING"
|
||||
Privmsg = "PRIVMSG"
|
||||
Quit = "QUIT"
|
||||
Topic = "TOPIC"
|
||||
|
||||
ReplyWelcome = "001"
|
||||
ReplyYourHost = "002"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue