Added /affiliation and /role commands

This commit is contained in:
James Booth
2014-10-12 00:43:58 +01:00
parent c66d03539d
commit 8b1d0bdc3f
5 changed files with 214 additions and 148 deletions

View File

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