diff options
| author | ilotterytea <iltsu@alright.party> | 2024-12-14 00:15:58 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2024-12-14 00:15:58 +0500 |
| commit | b4f5797a7d40f4f8451d8e49c0d696c51a81327d (patch) | |
| tree | 781e64984832392610d61c03f4ee7dd0e3a7249b /bot/src/handlers.cpp | |
| parent | cb24d0b3fec4c983320162dd0e080fc05709ae55 (diff) | |
upd: dont continue if it is a command
Diffstat (limited to 'bot/src/handlers.cpp')
| -rw-r--r-- | bot/src/handlers.cpp | 2 |
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 = |
