diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2014-10-26 19:24:52 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2014-10-26 19:24:52 +0100 |
commit | 3accbd639f6e8c77e57f3ae43f88cd470f3a92c1 (patch) | |
tree | 2847dae7fcd72add15fd87018eeace75c88d3fcb /ChangeLog.asciidoc | |
parent | f2f5d83abeaccd75d9d5a5cc5ba2455c05804ae8 (diff) | |
download | weechat-3accbd639f6e8c77e57f3ae43f88cd470f3a92c1.zip |
irc: automatically add current channel in command /samode (closes #241)
Diffstat (limited to 'ChangeLog.asciidoc')
-rw-r--r-- | ChangeLog.asciidoc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog.asciidoc b/ChangeLog.asciidoc index 4f88fc20d..c92abbb60 100644 --- a/ChangeLog.asciidoc +++ b/ChangeLog.asciidoc @@ -26,6 +26,7 @@ http://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes] * api: add regex replace feature in function string_eval_expression * api: use microseconds instead of milliseconds in functions util_timeval_diff and util_timeval_add +* irc: automatically add current channel in command /samode (closes #241) * irc: display own nick changes in server buffer (closes #188) * irc: disable creation of temporary servers by default with command /connect, new option irc.look.temporary_servers |