No need to sort the flat nick list for completion

... because the completion function sorts it another way anyway.
with-route-provider
Philippe Proulx 12 years ago
parent 2101e52131
commit a415a3ec3c
  1. 1
      js/websockets.js

@ -591,7 +591,6 @@ weechat.controller('WeechatCtrl', ['$rootScope', '$scope', '$store', '$timeout',
flatNickList.push(nickObj.name);
});
});
flatNickList.sort();
// complete nick
var nickComp = IrcUtils.completeNick(inputText, caretPos,

Loading…
Cancel
Save