From dfc4463cf3a91806fcbba2f4edfb1a89a074d291 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Thu, 10 Apr 2008 19:29:21 +0200 Subject: [PATCH] Send channel mode during replication. --- lib/client.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/client.c b/lib/client.c index b63afcc..f5b918b 100644 --- a/lib/client.c +++ b/lib/client.c @@ -624,6 +624,8 @@ void client_send_channel_state(struct irc_client *c, client_send_topic(c, ch); client_send_nameslist(c, ch); + + client_send_channel_mode(c, ch); } void client_send_topic(struct irc_client *c, struct irc_channel_state *ch) -- 2.34.1