Add comments

This commit is contained in:
Daniel Oaks 2017-03-25 09:19:13 +10:00
parent b4b120a83e
commit 1798572015
4 changed files with 27 additions and 20 deletions

View file

@ -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"