bar_items: Add a typing notice bar item.
This commit is contained in:
parent
6e27082c1a
commit
64bea928ef
4 changed files with 62 additions and 1 deletions
3
main.py
3
main.py
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue