diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2010-11-06 11:38:48 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2010-11-06 11:38:48 +0100 |
commit | e001c057108a573d9e67cc37c0c5f8462e1fbdf6 (patch) | |
tree | d5e153942e4c8b08a870ee49325e3d953f887770 /ChangeLog | |
parent | a56dc00b2f7a01ee3c52fcb49bea2638c877d1ff (diff) | |
download | weechat-e001c057108a573d9e67cc37c0c5f8462e1fbdf6.zip |
Add IRC command /notify, new options for notify and infolist "irc_notify" (task #5441)
This commit provides:
- new IRC command /notify
- new options: irc.look.notify_tags_ison, irc.look.notify_tags_whois,
irc.network.notify_check_ison, irc.network.notify_check_whois
- new option "notify" in servers (but should not be changed, only /notify
command should be used)
- infolist "irc_notify" to get notify list (by server or for all servers).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,7 +1,7 @@ WeeChat ChangeLog ================= Sébastien Helleu <flashcode@flashtux.org> -v0.3.4-dev, 2010-10-30 +v0.3.4-dev, 2010-11-06 Version 0.3.4 (under dev!) @@ -29,6 +29,10 @@ Version 0.3.4 (under dev!) nicklist_group_get_integer, nicklist_group_get_string, nicklist_group_get_pointer, nicklist_group_set, nicklist_nick_get_integer, nicklist_nick_get_string, nicklist_nick_get_pointer, nicklist_nick_set +* irc: add command /notify, new options irc.look.notify_tags_ison, + irc.look.notify_tags_whois, irc.network.notify_check_ison, + irc.network.notify_check_whois, new option "notify" in servers, new infolist + "irc_notify" (task #5441) * irc: add new option irc.look.nick_color_force (task #7374) * irc: improve nick prefixes, all modes (even unknown) are used with PREFIX value from message 005 |