diff --git a/js/glowingbear.js b/js/glowingbear.js index 43acdf8..432e2a9 100644 --- a/js/glowingbear.js +++ b/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(); }