Added skeleton /alias command

This commit is contained in:
James Booth
2014-01-23 19:56:33 +00:00
parent b6c52007ee
commit 8ba2d26947
5 changed files with 34 additions and 2 deletions

View File

@@ -109,5 +109,6 @@ gboolean cmd_who(gchar **args, struct cmd_help_t help);
gboolean cmd_win(gchar **args, struct cmd_help_t help);
gboolean cmd_wins(gchar **args, struct cmd_help_t help);
gboolean cmd_xa(gchar **args, struct cmd_help_t help);
gboolean cmd_alias(gchar **args, struct cmd_help_t help);
#endif