From d1793df1eda463b10107d41785ad1d7f055ed476 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Sat, 18 May 2024 14:48:12 +0500 Subject: upd: moved the bot part to a relative subfolder --- src/localization/line_id.hpp | 56 -------------------------------------------- 1 file changed, 56 deletions(-) delete mode 100644 src/localization/line_id.hpp (limited to 'src/localization/line_id.hpp') diff --git a/src/localization/line_id.hpp b/src/localization/line_id.hpp deleted file mode 100644 index 41ceec6..0000000 --- a/src/localization/line_id.hpp +++ /dev/null @@ -1,56 +0,0 @@ -#pragma once - -#include -#include - -namespace bot { - namespace loc { - enum LineId { - MsgOwner, - - ArgumentSubcommand, - ArgumentMessage, - ArgumentInterval, - ArgumentName, - ArgumentTarget, - ArgumentValue, - ArgumentAmount, - - ErrorTemplate, - ErrorNotEnoughArguments, - ErrorIncorrectArgument, - ErrorIncompatibleName, - ErrorNamesakeCreation, - ErrorNotFound, - ErrorSomethingWentWrong, - ErrorExternalAPIError, - ErrorInsufficientRights, - ErrorIllegalCommand, - - PingResponse, - - EventOn, - EventOff, - - NotifySub, - NotifyUnsub, - - JoinResponse, - JoinResponseInChat, - JoinAlreadyIn, - JoinRejoined, - JoinFromOtherChat, - JoinNotAllowed, - - CustomcommandNew, - CustomcommandDelete, - - TimerNew, - TimerDelete, - - HelpResponse - }; - - std::optional string_to_line_id(const std::string &str); - } -} -- cgit v1.2.3