relay: fix send of "PART" command in backlog (irc protocol)
(cherry picked from commit cf51849ac5d708d8133fc2423da75bfd2b7c4298)
This commit is contained in:
parent
f30d556e25
commit
05a9875f81
@ -22,6 +22,7 @@ Bug fixes::
|
|||||||
|
|
||||||
* buflist: fix crash in auto-scroll of bar when the buflist item is not the first item in the bar
|
* buflist: fix crash in auto-scroll of bar when the buflist item is not the first item in the bar
|
||||||
* logger: call strftime before replacing buffer local variables
|
* logger: call strftime before replacing buffer local variables
|
||||||
|
* relay: fix send of "PART" command in backlog (irc protocol)
|
||||||
|
|
||||||
[[v1.9]]
|
[[v1.9]]
|
||||||
== Version 1.9 (2017-06-25)
|
== Version 1.9 (2017-06-25)
|
||||||
|
@ -906,6 +906,7 @@ relay_irc_send_channel_backlog (struct t_relay_client *client,
|
|||||||
(ptr_host) ? "!" : "",
|
(ptr_host) ? "!" : "",
|
||||||
(ptr_host) ? ptr_host : "",
|
(ptr_host) ? ptr_host : "",
|
||||||
channel);
|
channel);
|
||||||
|
break;
|
||||||
case RELAY_IRC_CMD_QUIT:
|
case RELAY_IRC_CMD_QUIT:
|
||||||
relay_irc_sendf (client,
|
relay_irc_sendf (client,
|
||||||
"%s:%s%s%s QUIT",
|
"%s:%s%s%s QUIT",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user