summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorilotterytea <iltsu@alright.party>2024-12-14 00:15:58 +0500
committerilotterytea <iltsu@alright.party>2024-12-14 00:15:58 +0500
commitb4f5797a7d40f4f8451d8e49c0d696c51a81327d (patch)
tree781e64984832392610d61c03f4ee7dd0e3a7249b
parentcb24d0b3fec4c983320162dd0e080fc05709ae55 (diff)
upd: dont continue if it is a command
-rw-r--r--bot/src/handlers.cpp2
1 files changed, 2 insertions, 0 deletions
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 =