about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2012-10-28 02:58:12 +0000
committerJames Booth <boothj5@gmail.com>2012-10-28 02:58:12 +0000
commitcd56134ebb8f0789c776477a1a1b6e337e6d0e70 (patch)
treecdb62f23780e14c53bcd4f74dcbbacdf0602e4ad /src
parent6318cd91ba0fee532490672a3995567b18b58599 (diff)
downloadprofani-tty-cd56134ebb8f0789c776477a1a1b6e337e6d0e70.tar.gz
Added offline to /who autocomplete
Diffstat (limited to 'src')
-rw-r--r--src/command.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/command.c b/src/command.c
index 0fd093bb..e9f40409 100644
--- a/src/command.c
+++ b/src/command.c
@@ -442,6 +442,8 @@ cmd_init(void)
         p_autocomplete_add(who_ac, (gchar *)strdup(pcmd->cmd+1));
     }
 
+    p_autocomplete_add(who_ac, "offline");
+
     history_init();
 }