summaryrefslogtreecommitdiff
path: root/bot/src/config.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'bot/src/config.cpp')
-rw-r--r--bot/src/config.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/bot/src/config.cpp b/bot/src/config.cpp
index ec55913..6c8e6d6 100644
--- a/bot/src/config.cpp
+++ b/bot/src/config.cpp
@@ -68,6 +68,8 @@ namespace bot {
else if (key == "url.help") {
url_cfg.help = value;
+ } else if (key == "url.chatters.paste_service") {
+ url_cfg.paste_service = value;
}
}