mirror of
https://github.com/weechat/weechat.git
synced 2026-06-30 06:46:38 +02:00
Improved nick completion: completes with last speakers first (task #5896), fixed nick completion (bugs #19590 and #19589)
This commit is contained in:
@@ -322,7 +322,8 @@ plugin_cmd_handler_add (t_weechat_plugin *plugin, char *command,
|
||||
|
||||
/* add command to WeeChat commands list */
|
||||
if (!weelist_search (index_commands, command))
|
||||
weelist_add (&index_commands, &last_index_command, command);
|
||||
weelist_add (&index_commands, &last_index_command, command,
|
||||
WEELIST_POS_SORT);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user