summaryrefslogtreecommitdiff
path: root/bot/src/config.hpp
diff options
context:
space:
mode:
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 {