diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2010-10-23 08:58:18 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2010-10-23 08:58:18 +0200 |
commit | 0cf04dca7ce94ce28f3774233bc80826b18c08b0 (patch) | |
tree | 3126694d58281da3fb48836e1e95bff2bfae0840 /ChangeLog | |
parent | 6e126937bc2fd5ee7333f557887e9d422bb84ca5 (diff) | |
download | weechat-0cf04dca7ce94ce28f3774233bc80826b18c08b0.zip |
Add new functions in plugin API: hook_hsignal and hook_hsignal_send
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ WeeChat ChangeLog ================= Sébastien Helleu <flashcode@flashtux.org> -v0.3.4-dev, 2010-10-15 +v0.3.4-dev, 2010-10-23 Version 0.3.4 (under dev!) @@ -22,7 +22,7 @@ Version 0.3.4 (under dev!) (bug #30759) * api: add priority for hooks (task #10550) * api: add new functions: hashtable_get_string, hook_info_hashtable, - info_get_hashtable + info_get_hashtable, hook_hsignal, hook_hsignal_send * irc: add new options irc.color.nick_prefix and irc.color.nick_suffix * irc: add new option irc.look.item_away_message * irc: add tag "nick_xxx" in user messages |