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:
parent
6318cd91ba
commit
cd56134ebb
@ -442,6 +442,8 @@ cmd_init(void)
|
|||||||
p_autocomplete_add(who_ac, (gchar *)strdup(pcmd->cmd+1));
|
p_autocomplete_add(who_ac, (gchar *)strdup(pcmd->cmd+1));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
p_autocomplete_add(who_ac, "offline");
|
||||||
|
|
||||||
history_init();
|
history_init();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user