1
0
Fork 0
forked from External/ergo

Very initial RPL_ISUPPORT numeric support

This commit is contained in:
Daniel Oaks 2016-04-12 15:38:42 +10:00
parent aec0b30fc6
commit c88cd328f8
4 changed files with 97 additions and 1 deletions

View file

@ -44,7 +44,8 @@ const (
RPL_YOURHOST NumericCode = 2
RPL_CREATED NumericCode = 3
RPL_MYINFO NumericCode = 4
RPL_BOUNCE NumericCode = 5
RPL_ISUPPORT NumericCode = 5
RPL_BOUNCE NumericCode = 10
RPL_TRACELINK NumericCode = 200
RPL_TRACECONNECTING NumericCode = 201
RPL_TRACEHANDSHAKE NumericCode = 202