diff options
author | Olivier LE MOAL <olivier.lemoal@winamax.fr> | 2015-02-03 18:19:04 +0100 |
---|---|---|
committer | Olivier LE MOAL <olivier.lemoal@winamax.fr> | 2015-02-03 18:19:04 +0100 |
commit | 62c1a59f388a55d6a4002e29b03d477262cbbb2d (patch) | |
tree | 582cba5e15d4833c0355957006a6d00bc0b04df8 | |
parent | a89e04b9d5ef8b65181ddcd1bc3c3ad261406e1a (diff) | |
download | profani-tty-62c1a59f388a55d6a4002e29b03d477262cbbb2d.tar.gz |
Add /carbons in /help settings
-rw-r--r-- | src/command/commands.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command/commands.c b/src/command/commands.c index 477471d5..29615913 100644 --- a/src/command/commands.c +++ b/src/command/commands.c @@ -730,7 +730,7 @@ cmd_help(gchar **args, struct cmd_help_t help) } else if (strcmp(args[0], "settings") == 0) { gchar *filter[] = { "/account", "/autoaway", "/autoping", "/autoconnect", "/beep", - "/chlog", "/flash", "/gone", "/grlog", "/history", "/intype", + "/carbons", "/chlog", "/flash", "/gone", "/grlog", "/history", "/intype", "/log", "/mouse", "/notify", "/outtype", "/prefs", "/priority", "/reconnect", "/roster", "/splash", "/states", "/statuses", "/theme", "/titlebar", "/vercheck", "/privileges", "/occupants", "/presence", "/wrap" }; |