diff options
author | David Phillips <david@sighup.nz> | 2018-04-10 15:05:49 +1200 |
---|---|---|
committer | David Phillips <david@sighup.nz> | 2018-04-10 15:05:49 +1200 |
commit | 5aad7b27d5145d4f459ab36d3ffe4a576d3f4ea6 (patch) | |
tree | 82a3c4cf23fa923555ddeb4f98fe39d4eb582735 | |
parent | ade8785c730116d829fdd2902b6dc1bdcceae6c0 (diff) | |
download | idalius-5aad7b27d5145d4f459ab36d3ffe4a576d3f4ea6.tar.xz |
Add missing things to sample config
-rw-r--r-- | bot.conf.example | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bot.conf.example b/bot.conf.example index 71230bd..d874777 100644 --- a/bot.conf.example +++ b/bot.conf.example @@ -13,6 +13,8 @@ quit_msg = "Goodbye!" user = nobody group = nobody triggers = 'sa+x' => 'π· ', 'trumpet' => 'πΊ ', 'snake' => 'π ' +prefix = % +antiflood_on = 0 # URL stuff url_on = 1 |