mirror of
https://github.com/weechat/weechat.git
synced 2026-06-26 21:06:38 +02:00
core: add support of date and tags in messages displayed in buffers with free content, add function printf_y_date_tags (closes #1746)
This commit is contained in:
@@ -444,6 +444,11 @@ def prnt_y(buffer: str, y: int, message: str) -> int:
|
||||
...
|
||||
|
||||
|
||||
def prnt_y_date_tags(buffer: str, y: int, date: int, tags: str, message: str) -> int:
|
||||
"""`prnt_y_date_tags in WeeChat plugin API reference <https://weechat.org/doc/api#_prnt_y_date_tags>`_"""
|
||||
...
|
||||
|
||||
|
||||
def log_print(message: str) -> int:
|
||||
"""`log_print in WeeChat plugin API reference <https://weechat.org/doc/api#_log_print>`_"""
|
||||
...
|
||||
|
||||
Reference in New Issue
Block a user