Moved /room subject to /subject

This commit is contained in:
James Booth
2014-10-11 23:13:48 +01:00
parent 9054427144
commit 8b77f527c0
3 changed files with 66 additions and 45 deletions

View File

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