Only support the weechat defaults for clearing buffer
This commit is contained in:
parent
f21cf4c046
commit
695c429c4f
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue