Remove old code
This commit is contained in:
parent
f1eddd3022
commit
09798fed53
1 changed files with 0 additions and 6 deletions
|
@ -365,12 +365,6 @@ weechat.controller('WeechatCtrl', ['$rootScope', '$scope', '$store', '$timeout',
|
||||||
// the user switches a buffer. This will ensure that notifications
|
// the user switches a buffer. This will ensure that notifications
|
||||||
// are cleared in the buffer the user switches to
|
// are cleared in the buffer the user switches to
|
||||||
if($scope.hotlistsync && ab.fullName) {
|
if($scope.hotlistsync && ab.fullName) {
|
||||||
/*
|
|
||||||
doSend(weeChat.Protocol.formatInput({
|
|
||||||
buffer: 'weechat',
|
|
||||||
data: '/buffer ' + ab.fullName
|
|
||||||
}));
|
|
||||||
*/
|
|
||||||
connection.sendCoreCommand('/buffer ' + ab.fullName);
|
connection.sendCoreCommand('/buffer ' + ab.fullName);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue