remove old bufinfo handler
This commit is contained in:
parent
001024db7d
commit
dd77529cba
|
@ -241,18 +241,6 @@ weechat.factory('handlers', ['$rootScope', 'colors', 'models', 'plugins', functi
|
|||
old.shortName = obj['short_name'];
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
* Handle answers to (bufinfo) messages
|
||||
*
|
||||
* (bufinfo) messages are specified by this client. It is the first
|
||||
* message that is sent to the relay after connection.
|
||||
*/
|
||||
var handleBufferInfo = function(message) {
|
||||
// buffer info from message
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
* Handle answers to (lineinfo) messages
|
||||
*
|
||||
|
@ -274,7 +262,6 @@ weechat.factory('handlers', ['$rootScope', 'colors', 'models', 'plugins', functi
|
|||
}
|
||||
|
||||
var eventHandlers = {
|
||||
bufinfo: handleBufferInfo,
|
||||
lineinfo: handleLineInfo,
|
||||
_buffer_closing: handleBufferClosing,
|
||||
_buffer_line_added: handleBufferLineAdded,
|
||||
|
|
Loading…
Reference in New Issue