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.hpp7
1 files changed, 6 insertions, 1 deletions
diff --git a/bot/src/localization/line_id.hpp b/bot/src/localization/line_id.hpp
index 6d7729e..e9b90c0 100644
--- a/bot/src/localization/line_id.hpp
+++ b/bot/src/localization/line_id.hpp
@@ -50,7 +50,12 @@ namespace bot {
HelpResponse,
- ChattersResponse
+ ChattersResponse,
+
+ SetLocale,
+ SetPrefix,
+ SetFeatureDisabled,
+ SetFeatureEnabled
};
std::optional<LineId> string_to_line_id(const std::string &str);