163 |
|
#define RPL_LOCALUSERS 265 |
164 |
|
#define RPL_GLOBALUSERS 266 |
165 |
|
|
166 |
– |
#define RPL_WHOISSSL 275 |
167 |
– |
|
166 |
|
#define RPL_ACCEPTLIST 281 |
167 |
|
#define RPL_ENDOFACCEPT 282 |
168 |
|
|
199 |
|
#define RPL_TEXT 304 |
200 |
|
#define RPL_UNAWAY 305 |
201 |
|
#define RPL_NOWAWAY 306 |
202 |
< |
#define RPL_USERIP 307 /* Undernet extension */ |
203 |
< |
/* RPL_WHOISREGNICK 307 Numeric List: Dalnet */ |
202 |
> |
/* RPL_USERIP 307 Undernet extension */ |
203 |
> |
#define RPL_WHOISREGNICK 307 |
204 |
|
/* RPL_SUSERHOST 307 austnet */ |
205 |
|
/* RPL_NOTIFYACTION 308 aircd */ |
206 |
|
#define RPL_WHOISADMIN 308 /* Numeric List: Dalnet */ |
365 |
|
#define ERR_ALREADYREGISTRED 462 |
366 |
|
#define ERR_PASSWDMISMATCH 464 |
367 |
|
#define ERR_YOUREBANNEDCREEP 465 |
368 |
< |
/* ERR_ONLYSERVERSCANCHANGE 468 Dalnet,unreal */ |
368 |
> |
#define ERR_ONLYSERVERSCANCHANGE 468 |
369 |
|
/* ERR_LINKSET 469 unreal */ |
370 |
|
/* ERR_LINKCHANNEL 470 unreal */ |
371 |
|
/* ERR_KICKEDFROMCHAN 470 aircd */ |
372 |
+ |
#define ERR_OPERONLYCHAN 470 |
373 |
|
#define ERR_CHANNELISFULL 471 |
374 |
|
#define ERR_UNKNOWNMODE 472 |
375 |
|
#define ERR_INVITEONLYCHAN 473 |
376 |
|
#define ERR_BANNEDFROMCHAN 474 |
377 |
|
#define ERR_BADCHANNELKEY 475 |
378 |
< |
/* ERR_MODELESS 477 ircu numeric -db */ |
378 |
> |
#define ERR_NEEDREGGEDNICK 477 |
379 |
|
#define ERR_BANLISTFULL 478 /* I stole the numeric from ircu -db */ |
380 |
|
#define ERR_BADCHANNAME 479 |
381 |
|
/* ERR_LINKFAIL 479 unreal */ |
382 |
< |
/* ERR_CANNOTKNOCK 480 unreal */ |
384 |
< |
/* ERR_NOULINE 480 austnet */ |
382 |
> |
#define ERR_SSLONLYCHAN 480 |
383 |
|
#define ERR_NOPRIVILEGES 481 |
384 |
|
#define ERR_CHANOPRIVSNEEDED 482 |
385 |
|
#define ERR_CANTKILLSERVER 483 |
390 |
|
/* ERR_UNIQOPRIVSNEEDED 485 IRCnet extension */ |
391 |
|
/* ERR_KILLDENY 485 unreal */ |
392 |
|
/* ERR_CANTKICKADMIN 485 PTlink */ |
393 |
< |
/* ERR_HTMDISABLED 486 unreal */ |
393 |
> |
#define ERR_NONONREG 486 |
394 |
|
/* ERR_CHANTOORECENT 487 IRCnet extension (?) */ |
395 |
|
/* ERR_TSLESSCHAN 488 IRCnet extension (?) */ |
396 |
|
/* ERR_VOICENEEDED 489 Undernet extension */ |
450 |
|
RPL_EODUMP 642 unreal |
451 |
|
*/ |
452 |
|
|
453 |
+ |
#define RPL_WHOISSECURE 671 |
454 |
|
#define RPL_MODLIST 702 |
455 |
|
#define RPL_ENDOFMODLIST 703 |
456 |
|
|
458 |
|
#define RPL_HELPTXT 705 |
459 |
|
#define RPL_ENDOFHELP 706 |
460 |
|
|
461 |
+ |
#define RPL_ETRACE_FULL 708 |
462 |
+ |
#define RPL_ETRACE 709 |
463 |
+ |
|
464 |
|
#define RPL_KNOCK 710 |
465 |
|
#define RPL_KNOCKDLVR 711 |
466 |
|
|