From 5025c0c8288a336f7986153574bce73df4bb3147 Mon Sep 17 00:00:00 2001 From: FreeArtMan Date: Mon, 8 May 2017 13:23:20 +0100 Subject: Added new command that shows bots uptime --- config_cmds.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'config_cmds.h') 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} }; -- cgit v1.2.3