ircd: import modified version of ratbox 3.1 whowas code
This commit is contained in:
parent
3de2266243
commit
b47f8a4fda
12 changed files with 205 additions and 195 deletions
|
@ -131,7 +131,7 @@
|
|||
#define NUMERIC_STR_366 ":%s 366 %s %s :End of /NAMES list."
|
||||
#define NUMERIC_STR_367 ":%s 367 %s %s %s %s %lu"
|
||||
#define NUMERIC_STR_368 ":%s 368 %s %s :End of Channel Ban List"
|
||||
#define NUMERIC_STR_369 ":%s 369 %s %s :End of WHOWAS"
|
||||
#define NUMERIC_STR_369 "%s :End of WHOWAS"
|
||||
#define NUMERIC_STR_371 ":%s"
|
||||
#define NUMERIC_STR_372 ":%s 372 %s :- %s"
|
||||
#define NUMERIC_STR_374 ":End of /INFO list."
|
||||
|
@ -147,7 +147,7 @@
|
|||
#define NUMERIC_STR_403 "%s :No such channel"
|
||||
#define NUMERIC_STR_404 "%s :Cannot send to channel"
|
||||
#define NUMERIC_STR_405 ":%s 405 %s %s :You have joined too many channels"
|
||||
#define NUMERIC_STR_406 ":%s 406 %s %s :There was no such nickname"
|
||||
#define NUMERIC_STR_406 ":%s :There was no such nickname"
|
||||
#define NUMERIC_STR_407 ":%s 407 %s %s :Too many recipients."
|
||||
#define NUMERIC_STR_409 ":%s 409 %s :No origin specified"
|
||||
#define NUMERIC_STR_410 ":%s 410 %s %s :Invalid CAP subcommand"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue