diff options
| -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 = |
