diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2014-03-30 16:16:13 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2014-03-30 16:16:13 +0200 |
commit | 474541b857849e73e1277afa58c3c8ce6178aac6 (patch) | |
tree | d2f8ff497d781d54c92f49af03c8e911a57f14cd /ChangeLog.asciidoc | |
parent | d7d91d6cf398217c530d253b3a6de202ed459a27 (diff) | |
download | weechat-474541b857849e73e1277afa58c3c8ce6178aac6.zip |
irc: add support of "away-notify" capability (closes #12)
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 b1203d2a5..82b5abe2e 100644 --- a/ChangeLog.asciidoc +++ b/ChangeLog.asciidoc @@ -81,6 +81,7 @@ http://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes] * alias: change default command for alias /beep to "/print -beep" * exec: add exec plugin: new command /exec and file exec.conf * guile: fix module used after unload of a script +* irc: add support of "away-notify" capability (closes #12) * irc: add command /unquiet (closes #36) * irc: add command /allpv (task #13111) * irc: fix truncated read on socket with SSL (bug #41558) |