From ee832eb515da07ed9051874d569dd9038db15625 Mon Sep 17 00:00:00 2001 From: Yash Karandikar Date: Sun, 28 Aug 2022 16:05:54 -0500 Subject: [PATCH] Oops --- src/irc_discord.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/irc_discord.rs b/src/irc_discord.rs index b272cc6..3691d8f 100644 --- a/src/irc_discord.rs +++ b/src/irc_discord.rs @@ -395,7 +395,7 @@ async fn msg_task(mut recv: UnboundedReceiverStream) -> anyhow::R http, message, } => { - if content.is_empty() { + if message.is_empty() { continue; } channel_id.say(&http, message).await?;