From b4f5797a7d40f4f8451d8e49c0d696c51a81327d Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Sat, 14 Dec 2024 00:15:58 +0500 Subject: upd: dont continue if it is a command --- bot/src/handlers.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bot/src') diff --git a/bot/src/handlers.cpp b/bot/src/handlers.cpp index 7589e0b..00c815f 100644 --- a/bot/src/handlers.cpp +++ b/bot/src/handlers.cpp @@ -51,6 +51,8 @@ namespace bot::handlers { bundle.irc_client.say(message.source.login, msg); } } + + return; } } catch (const std::exception &e) { std::string line = -- cgit v1.2.3