summaryrefslogtreecommitdiff
path: root/src/coremods
diff options
context:
space:
mode:
Diffstat (limited to 'src/coremods')
-rw-r--r--src/coremods/core_info/cmd_commands.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/coremods/core_info/cmd_commands.cpp b/src/coremods/core_info/cmd_commands.cpp
index b6cc8e34d..a7a622f5f 100644
--- a/src/coremods/core_info/cmd_commands.cpp
+++ b/src/coremods/core_info/cmd_commands.cpp
@@ -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)
{