aboutsummaryrefslogtreecommitdiffstats
path: root/config-example.toml
diff options
context:
space:
mode:
authorterminaldweller <devi@terminaldweller.com>2024-09-15 06:25:02 +0000
committerterminaldweller <devi@terminaldweller.com>2024-09-15 06:25:02 +0000
commitfdba83847917fe29a699ecaad7be432b4ac7ec15 (patch)
tree665a995a852da306bdcb932159706f94ee66ad59 /config-example.toml
parentupdated the examples and the readme (diff)
downloadmilla-fdba83847917fe29a699ecaad7be432b4ac7ec15.tar.gz
milla-fdba83847917fe29a699ecaad7be432b4ac7ec15.zip
added a new option, context. fixed a bug with the custom commands where the context was not being treated as suchHEADmain
Diffstat (limited to 'config-example.toml')
-rw-r--r--config-example.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/config-example.toml b/config-example.toml
index c968dd4..d1c9ba0 100644
--- a/config-example.toml
+++ b/config-example.toml
@@ -28,6 +28,7 @@ llmProxy = "http://127.0.0.1:8180"
skipTLSVerify = false
useTLS = true
adminOnly = false
+context = ["please respond in french even if i use another language unless you are specifically asked to use any language other than french", "your name is terra"]
plugins = ["/plugins/ip.lua", "/plugins/urban.lua"]
[ircd.devinet.watchlist.security]
watchList = ["#securityfeeds"]