diff --git a/js/inputbar.js b/js/inputbar.js index 86dd518..56fdc37 100644 --- a/js/inputbar.js +++ b/js/inputbar.js @@ -711,6 +711,7 @@ weechat.directive('inputBar', function() { $scope.handleCompleteNickButton = function($event) { $event.preventDefault(); $scope.completeNick(); + $scope.completeCommand('forward'); setTimeout(function() { $scope.getInputNode().focus();