1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-11-03 19:37:16 -05:00

Added plugin commands to /help autocompletion

This commit is contained in:
James Booth 2016-02-18 21:06:21 +00:00
parent 639623d625
commit 0654aa1151

View File

@ -2658,6 +2658,9 @@ cmd_autocomplete_add(const char *const value)
if (commands_ac) {
autocomplete_add(commands_ac, value);
}
if (help_ac) {
autocomplete_add(help_ac, &value[1]);
}
}
void