Only support the weechat defaults for clearing buffer

l-merge-prefix
Tor Hveem 11 years ago
parent f21cf4c046
commit 695c429c4f
  1. 2
      js/glowingbear.js

@ -1264,7 +1264,7 @@ weechat.directive('inputBar', function() {
});
// Check for /clear command
if ($scope.command === '/clear' || $scope.command === '/c') {
if ($scope.command === '/buffer clear' || $scope.command === '/c') {
$log.debug('Clearing lines');
ab.clear();
}

Loading…
Cancel
Save