summaryrefslogtreecommitdiff
path: root/bot/src/localization/line_id.cpp
diff options
context:
space:
mode:
authorilotterytea <iltsu@alright.party>2024-05-25 00:30:01 +0500
committerilotterytea <iltsu@alright.party>2024-05-25 00:30:01 +0500
commit2a90152bc7b3a9009b3a90cbc021fde8383f4b9b (patch)
tree876190f88c9010c91f2cf81dadbc52c13565afa6 /bot/src/localization/line_id.cpp
parent59b52bfab39d98a11052497ab387011a9835ef1b (diff)
feat: new command - chatters
Diffstat (limited to 'bot/src/localization/line_id.cpp')
-rw-r--r--bot/src/localization/line_id.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/bot/src/localization/line_id.cpp b/bot/src/localization/line_id.cpp
index 567a3ba..dabd85a 100644
--- a/bot/src/localization/line_id.cpp
+++ b/bot/src/localization/line_id.cpp
@@ -92,6 +92,10 @@ namespace bot {
return LineId::HelpResponse;
}
+ else if (str == "chatters.response") {
+ return LineId::ChattersResponse;
+ }
+
else {
return std::nullopt;
}