Added cmd_help_autocomplete_add

This commit is contained in:
James Booth
2016-02-18 21:14:12 +00:00
parent 0654aa1151
commit a152d7fb8e
3 changed files with 9 additions and 1 deletions

View File

@@ -51,6 +51,8 @@ callbacks_add_command(PluginCommand *command)
{
p_commands = g_slist_append(p_commands, command);
cmd_autocomplete_add(command->command_name);
cmd_help_autocomplete_add(&command->command_name[1]);
}
void