summaryrefslogtreecommitdiff
path: root/bot/src/config.hpp
diff options
context:
space:
mode:
authorilotterytea <iltsu@alright.party>2025-04-10 23:37:38 +0500
committerilotterytea <iltsu@alright.party>2025-04-10 23:37:38 +0500
commitead8d4e14f939eca0be580199de56a3d6039e446 (patch)
treebaaf4c549213bf07d62d3761073d6cb51e397a60 /bot/src/config.hpp
parent97189d3f0947294fe3e8f20b559a3634c5ae0ccd (diff)
feat: !chatters in lua
Diffstat (limited to 'bot/src/config.hpp')
-rw-r--r--bot/src/config.hpp4
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 {