1
0
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:
Sebastien Helleu
2007-04-14 13:14:05 +00:00
parent a89ca83306
commit f30fb21175
38 changed files with 8304 additions and 7766 deletions
+2 -1
View File
@@ -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
{