1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-04 00:33:13 +02:00

irc: always set nick away status on WHO response (sent manually or automatically with server option "away_check")

This commit is contained in:
Sébastien Helleu
2018-04-02 10:36:36 +02:00
parent 8fd2a909b4
commit 70a930516d
3 changed files with 7 additions and 27 deletions
+1
View File
@@ -30,6 +30,7 @@ Improvements::
Bug fixes::
* irc: always set nick away status on WHO response (sent manually or automatically with server option "away_check")
* irc: fix a crash when calling the function hdata_string on the "prefix" variable in the nick
* irc: fix split of messages when server option "split_msg_max_length" is set to 0 (no split) (issue #1173)
* irc: send whole IRC message including IRCv3 tags in the signals irc_in, irc_in2, irc_raw_in and irc_raw_in2 (issue #787)