mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-18 18:56:21 +00:00
Added plugin commands to /help autocompletion
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user