1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-12-04 14:46:46 -05:00

Added offline to /who autocomplete

This commit is contained in:
James Booth 2012-10-28 02:58:12 +00:00
parent 6318cd91ba
commit cd56134ebb

View File

@ -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();
}