aboutsummaryrefslogtreecommitdiff
path: root/config.example.toml
diff options
context:
space:
mode:
authorGravatar klea2026-06-27 03:40:13 +0000
committerGravatar klea2026-06-27 03:40:13 +0000
commitdd466410791a947e2acfb2858b4e7e45f63c1580 (patch)
treec291b1d7501567cf4093aad2c6379f1b9f3a3200 /config.example.toml
parentTrim spaces from CAP responses (diff)
Allow setting global message sending rate limit settable-global-ratelimit
Diffstat (limited to 'config.example.toml')
-rw-r--r--config.example.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.example.toml b/config.example.toml
index 59a9f09..219c1bd 100644
--- a/config.example.toml
+++ b/config.example.toml
@@ -11,6 +11,8 @@
#family =
#nick = 'h2ibot'
#real = 'I am an http2irc bot.'
+ #sendratelimit = 10
+ # Set to the number of lines per second you want the bot to be able to send globally.
# Certificate and key for SASL EXTERNAL authentication with NickServ; certfile is a string containing the path to a .pem file which has the certificate and the key, certkeyfile similarly for one containing only the key; default values are empty (None in Python) to disable authentication; the connection is terminated if authentication fails
#certfile =
#certkeyfile =