diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2006-02-20 17:01:18 +0000 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2006-02-20 17:01:18 +0000 |
commit | 9373a7a47e4711e8db0549cec49da19db45330ae (patch) | |
tree | 5940281d9c986998fe96daebbca9fd04fcf1f589 /ChangeLog | |
parent | e0c97562a596bcfde406fb26dbc8f9d5f0cde111 (diff) | |
download | weechat-9373a7a47e4711e8db0549cec49da19db45330ae.zip |
Added new plugin API function: remove_infobar
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,11 +1,12 @@ WeeChat - Wee Enhanced Environment for Chat =========================================== -ChangeLog - 2006-02-19 +ChangeLog - 2006-02-20 Version 0.1.8 (under dev!): - * added timer handler for plugins + * added new plugins functions: add_timer_handler, remove_timer_handler, + remove_infobar * plugin messages handlers now called when message is ignored (by /ignore) * new behaviour for messages ignored by a message handler: now WeeChat executes standard handler, treating message as "ignored" |