summaryrefslogtreecommitdiff
path: root/bot/src/localization/line_id.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'bot/src/localization/line_id.hpp')
-rw-r--r--bot/src/localization/line_id.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/bot/src/localization/line_id.hpp b/bot/src/localization/line_id.hpp
index 41ceec6..6d7729e 100644
--- a/bot/src/localization/line_id.hpp
+++ b/bot/src/localization/line_id.hpp
@@ -48,7 +48,9 @@ namespace bot {
TimerNew,
TimerDelete,
- HelpResponse
+ HelpResponse,
+
+ ChattersResponse
};
std::optional<LineId> string_to_line_id(const std::string &str);