Moved /room kick to /kick

This commit is contained in:
James Booth
2014-10-10 13:35:50 +01:00
parent 6a2bc79ca6
commit 02a4beb6fe
4 changed files with 64 additions and 25 deletions

View File

@@ -127,5 +127,6 @@ gboolean cmd_xmlconsole(gchar **args, struct cmd_help_t help);
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);
#endif