aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
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 /README.md
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 'README.md')
-rw-r--r--README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/README.md b/README.md
index 8f64509..069ef7e 100644
--- a/README.md
+++ b/README.md
@@ -235,6 +235,18 @@ webirc password to use.
webirc address to use.
+#### context
+
+the context to use for the normal conversations with the bot. Yes, this is how you tell your milla instance to act like a pirate.
+
+```toml
+context = ["you are a pirate. use the language and words a pirate would unless you are asked to do otherwise explicitly", "your name is caption blackbeard"]
+```
+
+```toml
+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"]
+```
+
#### rssFile
The file that contains the rss feeeds.
@@ -351,6 +363,7 @@ skipTLSVerify = false
useTLS = true
adminOnly = false
plugins = ["/plugins/ip.lua", "/plugins/urban.lua"]
+context = ["please respond in french even if i use another language unless you are specifically asked to use any language other than french"]
[ircd.devinet.watchlist.security]
watchList = ["#securityfeeds"]
watchFiles = ["/watchfiles/voidbox.list"]