Added /wrap user preference for enabling/disabling word wrapping

This commit is contained in:
James Booth
2014-11-09 23:29:25 +00:00
parent 70501f5dbf
commit 46583839df
8 changed files with 43 additions and 4 deletions

View File

@@ -133,6 +133,7 @@ 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);
gboolean cmd_presence(gchar **args, struct cmd_help_t help);
gboolean cmd_wrap(gchar **args, struct cmd_help_t help);
gboolean cmd_form_field(char *tag, gchar **args);