Don't allow /alias to overwrite standard command

This commit is contained in:
James Booth
2014-01-25 01:39:12 +00:00
parent 17f40b76ee
commit 4bd06a5d87
7 changed files with 48 additions and 14 deletions

View File

@@ -41,6 +41,8 @@ gboolean cmd_execute(const char * const command, const char * const inp);
gboolean cmd_execute_alias(const char * const inp, gboolean *ran);
gboolean cmd_execute_default(const char * const inp);
gboolean cmd_exists(char *cmd);
GSList * cmd_get_basic_help(void);
GSList * cmd_get_settings_help(void);
GSList * cmd_get_presence_help(void);