summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2017-07-23 16:13:00 +0200
committerSébastien Helleu <flashcode@flashtux.org>2017-09-23 12:57:42 +0200
commit05a9875f811f5ca534be5c8e90ae68ff78733529 (patch)
treee493ca44a7052623fb5ec9b02e77f2df4302b387
parentbuflist: fix crash in auto-scroll of bar when the buflist item is not the first item in the bar (diff)
downloadweechat-05a9875f811f5ca534be5c8e90ae68ff78733529.tar.xz
weechat-05a9875f811f5ca534be5c8e90ae68ff78733529.zip
relay: fix send of "PART" command in backlog (irc protocol)
(cherry picked from commit cf51849ac5d708d8133fc2423da75bfd2b7c4298)
-rw-r--r--ChangeLog.adoc1
-rw-r--r--src/plugins/relay/irc/relay-irc.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog.adoc b/ChangeLog.adoc
index 694fc38c4..538637fd9 100644
--- a/ChangeLog.adoc
+++ b/ChangeLog.adoc
@@ -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
* logger: call strftime before replacing buffer local variables
+ * relay: fix send of "PART" command in backlog (irc protocol)
[[v1.9]]
== Version 1.9 (2017-06-25)
diff --git a/src/plugins/relay/irc/relay-irc.c b/src/plugins/relay/irc/relay-irc.c
index 99fb0f32b..59bdb6954 100644
--- a/src/plugins/relay/irc/relay-irc.c
+++ b/src/plugins/relay/irc/relay-irc.c
@@ -906,6 +906,7 @@ relay_irc_send_channel_backlog (struct t_relay_client *client,
(ptr_host) ? "!" : "",
(ptr_host) ? ptr_host : "",
channel);
+ break;
case RELAY_IRC_CMD_QUIT:
relay_irc_sendf (client,
"%s:%s%s%s QUIT",