diff options
Diffstat (limited to 'commands.h')
-rw-r--r-- | commands.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -41,5 +41,6 @@ extern const command_t commands[]; #define IRC_CMD_PRE_LOGIN 1 #define IRC_CMD_LOGGED_IN 2 #define IRC_CMD_OPER_ONLY 4 +#define IRC_CMD_TO_MASTER 8 #endif |