mirror of
https://github.com/weechat/weechat.git
synced 2026-07-02 15:53:12 +02:00
relay: fix send of "PART" command in backlog (irc protocol)
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user