From d8f15ff06238dd96c62d96b5bfc4f4c3752fdeee Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Mon, 4 Nov 2024 18:40:55 -0500 Subject: added the iana whois command. added the new genelirc option --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 8e67ac1..134be91 100644 --- a/README.md +++ b/README.md @@ -219,6 +219,14 @@ Determines which proxy to use to connect to the LLM endpoint: llmProxy = "socks5://127.0.0.1:9050" ``` +#### generalProxy + +Determines which proxy to use for other things: + +``` +llmProxy = "socks5://127.0.0.1:9050" +``` + #### ircdName Name of the milla instance, must be unique across all instances. @@ -471,6 +479,10 @@ Pings the user after the given amount in seconds: `/remind 1200` Rolls a number between 1 and 6 if no arguments are given. With one argument it rolls a number between 1 and the given number. With two arguments it rolls a number between the two numbers: `/rool 10000 66666` +#### whois + +IANA whois endpoint query: `milla: /whois xyz` + ## Deploy ### Docker -- cgit v1.2.3