about summary refs log tree commit diff stats
path: root/src/command.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/command.c')
-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();
 }