forked from External/ergo
Add comments
This commit is contained in:
parent
b4b120a83e
commit
1798572015
4 changed files with 27 additions and 20 deletions
|
|
@ -5,6 +5,12 @@
|
|||
|
||||
package irc
|
||||
|
||||
// These numerics have been retrieved from:
|
||||
// http://defs.ircdocs.horse/ and http://modern.ircdocs.horse/
|
||||
//
|
||||
// They're intended to represent a relatively-standard cross-section of the IRC
|
||||
// server ecosystem out there. Custom numerics will be marked as such.
|
||||
|
||||
const (
|
||||
RPL_WELCOME = "001"
|
||||
RPL_YOURHOST = "002"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue