1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-25 04:16:38 +02:00

core: add note about triggers and argument "modifier_data" of weechat_print modifier callback

This commit is contained in:
Sébastien Helleu
2020-05-09 10:22:33 +02:00
parent 3505324096
commit 72dbae0d43
+2 -2
View File
@@ -26,8 +26,8 @@ https://weechat.org/files/changelog/ChangeLog-devel.html[ChangeLog]
The modifier "weechat_print" has been fixed and the content of "modifier_data"
sent to the callback has changed (see issue #42).
This is an incompatible change, therefore all plugins and scripts using this
modifier and the "modifier_data" argument must be updated.
This is an incompatible change, therefore all plugins, scripts and triggers
using this modifier and the "modifier_data" argument must be updated.
The old format contained plugin name + ";" + buffer name + ";" + tags: