diff options
Diffstat (limited to 'config_cmds.h')
-rw-r--r-- | config_cmds.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config_cmds.h b/config_cmds.h index 2fc20a5..1eea56a 100644 --- a/config_cmds.h +++ b/config_cmds.h @@ -17,6 +17,7 @@ typedef struct single_cmd_def #include "cmd_rusage.h" #include "cmd_cmd.h" #include "cmd_sha1.h" +#include "cmd_cookie.h" //some commands have aliases for compat with some developerslv bots @@ -31,6 +32,7 @@ single_cmd_def confgi_cmd_list[] = {"RUSE",cmd_rusage}, {"CMD",cmd_cmd}, {"!echo",cmd_cmd}, {"SHA1",cmd_sha1}, + {"COOKIE",cmd_cookie}, {NULL,NULL} }; |