From fa65a4a2a7e52d5d9f8e809737ba1149d3170d36 Mon Sep 17 00:00:00 2001 From: aortigos Date: Mon, 25 May 2026 10:03:23 +0200 Subject: [PATCH] Check if channel is empty --- cmds/privmsg.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/cmds/privmsg.cpp b/cmds/privmsg.cpp index b80e323..f18259d 100644 --- a/cmds/privmsg.cpp +++ b/cmds/privmsg.cpp @@ -6,7 +6,7 @@ /* By: aortigos