diff options
Diffstat (limited to 'config_cmds.h')
-rw-r--r-- | config_cmds.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config_cmds.h b/config_cmds.h index 1eea56a..a3e503e 100644 --- a/config_cmds.h +++ b/config_cmds.h @@ -18,7 +18,7 @@ typedef struct single_cmd_def #include "cmd_cmd.h" #include "cmd_sha1.h" #include "cmd_cookie.h" - +#include "cmd_botu.h" //some commands have aliases for compat with some developerslv bots //nothing else comaptible will be added, as its not about "standarts" @@ -33,6 +33,7 @@ single_cmd_def confgi_cmd_list[] = {"CMD",cmd_cmd}, {"!echo",cmd_cmd}, {"SHA1",cmd_sha1}, {"COOKIE",cmd_cookie}, + {"BOTU",cmd_botu}, {NULL,NULL} }; |