Moved /room ban to /ban

This commit is contained in:
James Booth
2014-10-11 22:43:54 +01:00
parent 02a4beb6fe
commit 9054427144
3 changed files with 57 additions and 20 deletions

View File

@@ -128,5 +128,6 @@ gboolean cmd_ping(gchar **args, struct cmd_help_t help);
gboolean cmd_form(gchar **args, struct cmd_help_t help);
gboolean cmd_occupants(gchar **args, struct cmd_help_t help);
gboolean cmd_kick(gchar **args, struct cmd_help_t help);
gboolean cmd_ban(gchar **args, struct cmd_help_t help);
#endif