mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-10 19:19:02 -04:00
Change the numerics used by /COMMANDS to avoid a collision.
This commit is contained in:
parent
f1bfa8242c
commit
d68c5be901
@ -189,9 +189,6 @@ enum
|
||||
ERR_CANTJOINOPERSONLY = 520, // unrealircd, but crap to have so many numerics for cant join..
|
||||
ERR_CANTSENDTOUSER = 531, // ???
|
||||
|
||||
RPL_COMMANDS = 702, // insp-specific
|
||||
RPL_COMMANDSEND = 703, // insp-specific
|
||||
|
||||
ERR_CHANOPEN = 713,
|
||||
ERR_KNOCKONCHAN = 714,
|
||||
|
||||
|
@ -21,6 +21,13 @@
|
||||
#include "inspircd.h"
|
||||
#include "core_info.h"
|
||||
|
||||
enum
|
||||
{
|
||||
// InspIRCd-specific.
|
||||
RPL_COMMANDS = 700,
|
||||
RPL_COMMANDSEND = 701
|
||||
};
|
||||
|
||||
CommandCommands::CommandCommands(Module* parent)
|
||||
: Command(parent, "COMMANDS", 0, 0)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user