forked from External/ergo
Very initial RPL_ISUPPORT numeric support
This commit is contained in:
parent
aec0b30fc6
commit
c88cd328f8
4 changed files with 97 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue