diff options
Diffstat (limited to 'src/localization/line_id.hpp')
| -rw-r--r-- | src/localization/line_id.hpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/localization/line_id.hpp b/src/localization/line_id.hpp index 6f7a882..3cd46c0 100644 --- a/src/localization/line_id.hpp +++ b/src/localization/line_id.hpp @@ -24,7 +24,10 @@ namespace bot { ErrorExternalAPIError, ErrorInsufficientRights, - PingResponse + PingResponse, + + EventOn, + EventOff }; std::optional<LineId> string_to_line_id(const std::string &str); |
