diff options
Diffstat (limited to 'bot/src/localization/line_id.cpp')
| -rw-r--r-- | bot/src/localization/line_id.cpp | 4 |
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; } |
