summaryrefslogtreecommitdiff
path: root/config_cmds.h
diff options
context:
space:
mode:
Diffstat (limited to 'config_cmds.h')
-rw-r--r--config_cmds.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/config_cmds.h b/config_cmds.h
index cda9d4f..1e22d79 100644
--- a/config_cmds.h
+++ b/config_cmds.h
@@ -19,6 +19,7 @@ typedef struct single_cmd_def
#include "cmd_sha1.h"
#include "cmd_cookie.h"
#include "cmd_botu.h"
+#include "cmd_fir1p.h"
//some commands have aliases for compat with some developerslv bots
//nothing else comaptible will be added, as its not about "standarts"
@@ -34,6 +35,7 @@ single_cmd_def confgi_cmd_list[] =
{"SHA1",cmd_sha1},
{"COOKIE",cmd_cookie},
{"BOTU",cmd_botu}, {"!uptime",cmd_botu},
+ {"FIR1P",cmd_fir1p},
{NULL,NULL}
};