bar_items: Add a typing notice bar item.

This commit is contained in:
Damir Jelić 2018-11-01 11:56:43 +01:00
parent 6e27082c1a
commit 64bea928ef
4 changed files with 62 additions and 1 deletions

View file

@ -40,7 +40,8 @@ from matrix.bar_items import (
matrix_bar_item_lag,
matrix_bar_item_name,
matrix_bar_item_plugin,
matrix_bar_nicklist_count
matrix_bar_nicklist_count,
matrix_bar_typing_notices_cb
)
from matrix.buffer import room_buffer_close_cb, room_buffer_input_cb
# Weechat searches for the registered callbacks in the scope of the main script