diff options
| author | ilotterytea <iltsu@alright.party> | 2025-04-10 23:37:38 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2025-04-10 23:37:38 +0500 |
| commit | ead8d4e14f939eca0be580199de56a3d6039e446 (patch) | |
| tree | baaf4c549213bf07d62d3761073d6cb51e397a60 /bot/src/config.hpp | |
| parent | 97189d3f0947294fe3e8f20b559a3634c5ae0ccd (diff) | |
feat: !chatters in lua
Diffstat (limited to 'bot/src/config.hpp')
| -rw-r--r-- | bot/src/config.hpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bot/src/config.hpp b/bot/src/config.hpp index 05ce0f0..1e918b6 100644 --- a/bot/src/config.hpp +++ b/bot/src/config.hpp @@ -33,6 +33,10 @@ namespace bot { bool join_allow_from_other_chats = false; std::optional<std::string> rpost_path = std::nullopt; + + std::optional<std::string> paste_path = std::nullopt; + std::string paste_body_name = "paste"; + std::string paste_title_name = "title"; }; struct OwnerConfiguration { |
