diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2017-06-02 07:46:17 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2017-06-02 07:46:17 +0200 |
commit | 593eee869f47872dd8c512ab9ac74f3167ad50af (patch) | |
tree | 8def62153567113172a5d397accb6c58b6fb3e51 /ChangeLog.adoc | |
parent | eff373e73bdf204ff597b7ebcd074ee58e606d09 (diff) | |
download | weechat-593eee869f47872dd8c512ab9ac74f3167ad50af.zip |
trigger: add "irc_server" and "irc_channel" pointers in data for IRC signal/modifier hooks
Diffstat (limited to 'ChangeLog.adoc')
-rw-r--r-- | ChangeLog.adoc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog.adoc b/ChangeLog.adoc index 47a3ec059..711896377 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -28,6 +28,7 @@ Improvements:: * core: allow index for hdata arrays in evaluation of expressions * buflist: add support of char "~" in option buflist.look.sort for case insensitive comparison * buflist: add variable `${current_buffer}` (boolean "0" / "1") in bar item evaluation + * trigger: add "irc_server" and "irc_channel" pointers in data for IRC signal/modifier hooks Bug fixes:: |