diff options
author | terminaldweller <devi@terminaldweller.com> | 2024-09-15 06:25:02 +0000 |
---|---|---|
committer | terminaldweller <devi@terminaldweller.com> | 2024-09-15 06:25:02 +0000 |
commit | fdba83847917fe29a699ecaad7be432b4ac7ec15 (patch) | |
tree | 665a995a852da306bdcb932159706f94ee66ad59 /README.md | |
parent | updated the examples and the readme (diff) | |
download | milla-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 such
Diffstat (limited to '')
-rw-r--r-- | README.md | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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"] |