diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2017-07-23 16:13:00 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2017-07-23 16:13:00 +0200 |
commit | cf51849ac5d708d8133fc2423da75bfd2b7c4298 (patch) | |
tree | 1932dcc2db2f14e2af924e47883c70fea83d17c4 /src/plugins | |
parent | b95da03f3a5c904b0e8d479b7b632ec11b4c0c5a (diff) | |
download | weechat-cf51849ac5d708d8133fc2423da75bfd2b7c4298.zip |
relay: fix send of "PART" command in backlog (irc protocol)
Diffstat (limited to 'src/plugins')
-rw-r--r-- | src/plugins/relay/irc/relay-irc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/relay/irc/relay-irc.c b/src/plugins/relay/irc/relay-irc.c index 465dc6393..1da5835b9 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", |