aboutsummaryrefslogtreecommitdiffstats
path: root/config_cmds.h
diff options
context:
space:
mode:
authorFreeArtMan <dos21h@gmail.com>2017-05-08 13:23:20 +0100
committerFreeArtMan <dos21h@gmail.com>2017-05-08 13:23:20 +0100
commit5025c0c8288a336f7986153574bce73df4bb3147 (patch)
tree9822b26811fbbd004c006651bdafb0cbabd25081 /config_cmds.h
parent0041b69fc5778d6be88d70e440cd8785b83d44dc (diff)
downloadagni-5025c0c8288a336f7986153574bce73df4bb3147.tar.gz
agni-5025c0c8288a336f7986153574bce73df4bb3147.zip
Added new command that shows bots uptime
Diffstat (limited to 'config_cmds.h')
-rw-r--r--config_cmds.h3
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}
};