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

@@ -1818,6 +1818,13 @@ cmd_nick(gchar **args, struct cmd_help_t help)
return TRUE;
}
gboolean
cmd_alias(gchar **args, struct cmd_help_t help)
{
cons_show("Alias command TODO");
return TRUE;
}
gboolean
cmd_tiny(gchar **args, struct cmd_help_t help)
{