about summary refs log tree commit diff stats
path: root/src/command/commands.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-10-18 20:22:34 +0100
committerJames Booth <boothj5@gmail.com>2014-10-18 20:22:34 +0100
commitfc049c9eefd740fdc2a9a271150cbcca5d7b2022 (patch)
tree4a559b577322f819ae626aeea966fd778400dbd2 /src/command/commands.h
parent0cc25e1b763cbf396a0bb397183761fc7399b4fe (diff)
downloadprofani-tty-fc049c9eefd740fdc2a9a271150cbcca5d7b2022.tar.gz
Added /privileges command to set UI option for showing roles/affiliations in rooms
Diffstat (limited to 'src/command/commands.h')
-rw-r--r--src/command/commands.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/command/commands.h b/src/command/commands.h
index 757a09cc..ed393f8a 100644
--- a/src/command/commands.h
+++ b/src/command/commands.h
@@ -131,5 +131,6 @@ 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);
+gboolean cmd_privileges(gchar **args, struct cmd_help_t help);
 
 #endif
\ No newline at end of file