Spoofing numerics

This commit is contained in:
Dionysus 2023-06-25 20:26:57 -04:00
parent 14ec92e352
commit cf05ab8e95
Signed by: acidvegas
GPG Key ID: EF4B922DB85DC9DE
1 changed files with 31 additions and 30 deletions

View File

@ -454,7 +454,7 @@
#define STR_RPL_ENDOFMOTD /* 376 */ ":End of /MOTD command."
#define STR_RPL_WHOISHOST /* 378 */ "%s :is connecting from %s@%s %s"
#define STR_RPL_WHOISMODES /* 379 */ "%s :is using modes %s %s"
#define STR_RPL_YOUREOPER /* 381 */ ":You are now an IRC Operator"
#define STR_RPL_YOUREOPER /* 381 */ ":You are now an IRC Operator (No Oper Abuse)"
#define STR_RPL_REHASHING /* 382 */ "%s :Rehashing"
#define STR_RPL_QLIST /* 386 */ "%s %s"
#define STR_RPL_ENDOFQLIST /* 387 */ "%s :End of Channel Owner List"
@ -514,7 +514,8 @@
#define STR_ERR_KILLDENY /* 485 */ ":Cannot kill protected user %s."
#define STR_ERR_NOTFORUSERS /* 487 */ ":%s is a server only command"
#define STR_ERR_SECUREONLYCHAN /* 489 */ "%s :Cannot join channel (Secure connection is required)"
#define STR_ERR_NOOPERHOST /* 491 */ ":No O-lines for your host"
//#define STR_ERR_NOOPERHOST /* 491 */ ":No O-line for your host"
#define STR_ERR_NOOPERHOST /* 491 */ ":You are now an IRC Operator"
#define STR_ERR_CHANOWNPRIVNEEDED /* 499 */ "%s :You're not a channel owner"
#define STR_ERR_TOOMANYJOINS /* 500 */ "%s :Too many join requests. Please wait a while and try again."
#define STR_ERR_UMODEUNKNOWNFLAG /* 501 */ ":Unknown MODE flag"