about summary refs log tree commit diff stats
path: root/src/command/command.c
diff options
context:
space:
mode:
authorWill Song <incertia9474@gmail.com>2014-11-23 02:03:26 -0600
committerWill Song <incertia9474@gmail.com>2014-11-23 02:03:26 -0600
commit553f8b54cce83bddf51af8244a3661f82f0a0d44 (patch)
tree7d4282364bf8c017fd5b7ad8c4139c0aa3e973e9 /src/command/command.c
parente113fd2b1d0e6170eae606524f35d129042ba001 (diff)
downloadprofani-tty-553f8b54cce83bddf51af8244a3661f82f0a0d44.tar.gz
updated description for /roster
Diffstat (limited to 'src/command/command.c')
-rw-r--r--src/command/command.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/command/command.c b/src/command/command.c
index 967a2fe4..f690331a 100644
--- a/src/command/command.c
+++ b/src/command/command.c
@@ -169,11 +169,12 @@ static struct cmd_t command_defs[] =
 
     { "/roster",
         cmd_roster, parse_args_with_freetext, 0, 3, NULL,
-        { "/roster [show|hide|by|size|add|remove|nick|clearnick] [offline|resource] [percent] [group|presence|none] [jid] [nickname]", "Manage your roster.",
-        { "/roster [show|hide|by|size|add|remove|nick|clearnick] [offline|resource] [percent] [group|presence|none] [jid] [nickname]",
+        { "/roster [nooffline|show|hide|by|size|add|remove|nick|clearnick] [offline|resource] [percent] [group|presence|none] [jid] [nickname]", "Manage your roster.",
+        { "/roster [nooffline|show|hide|by|size|add|remove|nick|clearnick] [offline|resource] [percent] [group|presence|none] [jid] [nickname]",
           "-------------------------------------------------------------------------------------------------------------------------",
           "View, add to, and remove from your roster.",
           "Passing no arguments lists all contacts in your roster.",
+          "nooffline     - List all contacts in your roster without the clutter of offline contacts.",
           "show          - Show the roster panel in the console window.",
           "hide          - Hide the roster panel.",
           "show offline  - Show offline contacts in the roster panel.",