diff options
author | David Phillips <david@sighup.nz> | 2017-04-18 21:09:08 +1200 |
---|---|---|
committer | David Phillips <david@sighup.nz> | 2017-04-18 21:21:46 +1200 |
commit | d95fa59541aaa4ea34f3188ef895e5fc5ed1f08a (patch) | |
tree | b285dd112e784d92af3d842aa619a870d63b903b /bot.conf.example | |
parent | fc701ff151b8826aac23aab77493718d1836c492 (diff) | |
download | idalius-d95fa59541aaa4ea34f3188ef895e5fc5ed1f08a.tar.xz |
Make URL titles optional, enable in config
Diffstat (limited to 'bot.conf.example')
-rw-r--r-- | bot.conf.example | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bot.conf.example b/bot.conf.example index cd5ae2d..71230bd 100644 --- a/bot.conf.example +++ b/bot.conf.example @@ -13,3 +13,8 @@ quit_msg = "Goodbye!" user = nobody group = nobody triggers = 'sa+x' => 'π· ', 'trumpet' => 'πΊ ', 'snake' => 'π ' + +# URL stuff +url_on = 1 +url_len = 0 + |