mirror of
https://github.com/jeremyd/ergo.git
synced 2026-07-27 09:28:09 -07:00
Very initial RPL_ISUPPORT numeric support
This commit is contained in:
+2
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user