diff options
Diffstat (limited to 'config.example.toml')
| -rw-r--r-- | config.example.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config.example.toml b/config.example.toml index 59a9f09..3c0c6a0 100644 --- a/config.example.toml +++ b/config.example.toml @@ -11,6 +11,8 @@ #family = #nick = 'h2ibot' #real = 'I am an http2irc bot.' + #sendratelimit = 1 + # 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 = |
