diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2020-06-04 08:05:57 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2020-06-04 08:05:57 +0200 |
commit | 196a4e28aae154bb3763272771e53a08b27ddb7f (patch) | |
tree | a1bdabb2b6e699425b41f272fac75cd71c421a4f /ChangeLog.adoc | |
parent | f41b17563f44dc540d90ae846cc725d482fb4e26 (diff) | |
download | weechat-196a4e28aae154bb3763272771e53a08b27ddb7f.zip |
irc: fix add of ignore with flags in regex, display full ignore mask in list of ignores (closes #1518)
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 a517b51a6..558615276 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -61,6 +61,7 @@ Bug fixes:: * api: replace plugin and buffer name by buffer pointer in argument "modifier_data" sent to weechat_print modifier callback (issue #42) * exec: fix use of same task id for different tasks (issue #1491) * fifo: fix errors when writing in the FIFO pipe (issue #713) + * irc: fix add of ignore with flags in regex, display full ignore mask in list of ignores (issue #1518) * irc: do not remove spaces at the end of users messages received (issue #1513) * irc: fix realname delimiter color in WHO/WHOX response (issue #1497) * irc: reuse a buffer with wrong type "channel" when a private message is received (issue #869) |