From 695c429c4fc53e1eb23ab28d35d3f2cd875fa5e1 Mon Sep 17 00:00:00 2001 From: Tor Hveem Date: Wed, 7 May 2014 18:55:48 +0200 Subject: [PATCH] Only support the weechat defaults for clearing buffer --- js/glowingbear.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); }