Added RPL_ISUPPORT, and moved RPL_BOUNCE. Fixes #87.
This commit is contained in:
parent
da55f39a89
commit
2035739aa5
1 changed files with 4 additions and 2 deletions
|
@ -35,8 +35,10 @@ make_response! {
|
|||
RPL_CREATED = 3,
|
||||
/// `004 <servername> <version> <available user modes> available channel modes>`
|
||||
RPL_MYINFO = 4,
|
||||
/// `005 Try server <server name>, port <port number>`
|
||||
RPL_BOUNCE = 5,
|
||||
/// `005 <servername> *(<feature>(=<value>)) :are supported by this server`
|
||||
RPL_ISUPPORT = 5,
|
||||
/// `010 Try server <server name>, port <port number>`
|
||||
RPL_BOUNCE = 10,
|
||||
/// `302 :*1<reply> *( " " <reply> )`
|
||||
RPL_USERHOST = 302,
|
||||
/// `303 :*1<nick> *( " " <nick> )`
|
||||
|
|
Loading…
Add table
Reference in a new issue