From 0536657c8ee0dbb9dbe2ee0d2f5d44eb0d280853 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Mon, 23 Dec 2024 12:52:17 -0800 Subject: [PATCH] Update config.template --- config.template | 1 + 1 file changed, 1 insertion(+) diff --git a/config.template b/config.template index 430a093..0442a2f 100644 --- a/config.template +++ b/config.template @@ -188,6 +188,7 @@ enable_read_news = False news_file_path = news.txt # only return a single random line from the news file news_random_line = False +# enable the use of exernal shell commands enable_runShellCmd = False [smtp]