added structure for future fun-commands
[NeonServV5.git] / src / modcmd.h
index 40ad373ea3a403691ec341e43d9fb627e269f9da..4ba89a96a4090ed2df73fc3f135673c589242bf6 100644 (file)
@@ -33,6 +33,7 @@
 #define CMDFLAG_EMPTY_ARGS              0x0400
 #define CMDFLAG_REQUIRED                0x0800
 #define CMDFLAG_TEMPONARY_BIND          0x1000
+#define CMDFLAG_FUNCMD                  0x2000
 
 struct ClientSocket;
 struct UserNode;
@@ -92,7 +93,7 @@ void bind_set_channel_access(int botid, char *cmd, char *chanaccess);
 struct cmd_binding *find_cmd_binding(int botid, char *cmd);
 void bind_unbound_required_functions(int botid);
 
-void register_bot_alias(int botid, char *alias);
+void register_command_alias(int botid, char *alias);
 struct cmd_binding *getAllBinds(struct cmd_binding *last);
 
 #endif
\ No newline at end of file