diff options
author | terminaldweller <devi@terminaldweller.com> | 2024-11-16 04:51:09 +0000 |
---|---|---|
committer | terminaldweller <devi@terminaldweller.com> | 2024-11-16 04:51:09 +0000 |
commit | 8fd3bf7c17615a0a058305436fa7b755b1de7c10 (patch) | |
tree | a9e1ef0ffc8569046c0f8704f70bb588a4db3ff5 /README.md | |
parent | added the iana whois command. added the new genelirc option (diff) | |
download | milla-8fd3bf7c17615a0a058305436fa7b755b1de7c10.tar.gz milla-8fd3bf7c17615a0a058305436fa7b755b1de7c10.zip |
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -132,8 +132,12 @@ Ping timeout for the IRC server. #### topP +set the Top_p paramater + #### topK +set the Top_k parameter + #### skipTLSVerify Skip verifying the IRC server's TLS certificate. This only makes sense if you are trying to connect to an IRC server with a self-signed certificate. @@ -482,6 +486,7 @@ Rolls a number between 1 and 6 if no arguments are given. With one argument it r #### whois IANA whois endpoint query: `milla: /whois xyz` +This command uses the `generalProxy` option. ## Deploy |