aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorterminaldweller <devi@terminaldweller.com>2024-05-17 01:58:53 +0000
committerterminaldweller <devi@terminaldweller.com>2024-05-17 01:58:53 +0000
commite6afa5fc8ba75c019e24cdcba8e7c6259109bd10 (patch)
tree587fea02e807af97230cab2575b18e015a954e48 /README.md
parentmilla can run more than one instance of itself (diff)
downloadmilla-e6afa5fc8ba75c019e24cdcba8e7c6259109bd10.tar.gz
milla-e6afa5fc8ba75c019e24cdcba8e7c6259109bd10.zip
fixes #21, fixes #22, fixes #23
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index 128ed6c..78e9bab 100644
--- a/README.md
+++ b/README.md
@@ -202,6 +202,14 @@ Determines which proxy to use to connect to the LLM endpoint:
llmProxy = "socks5://127.0.0.1:9050"
```
+### ircdName
+
+Name of the milla instance, must be unique across all instances.
+
+### adminOnly
+
+Milla will only answer if the nick is in the admin list.
+
### Example Config File
```toml