buffer: Expose the error method from the RoomBuffer.
This commit is contained in:
parent
9a3dae6aab
commit
6fc4b0b12c
1 changed files with 4 additions and 0 deletions
|
@ -1066,3 +1066,7 @@ class RoomBuffer(object):
|
|||
self.old_redacted(event)
|
||||
|
||||
self.sort_messages()
|
||||
|
||||
def error(self, string):
|
||||
# type: (str) -> None
|
||||
self.weechat_buffer.error(string)
|
||||
|
|
Loading…
Reference in a new issue