diff options
author | David Phillips <david@sighup.nz> | 2018-08-07 17:37:19 +1200 |
---|---|---|
committer | David Phillips <david@sighup.nz> | 2018-08-07 17:37:19 +1200 |
commit | 4f1d6488c81320e31addf011145b2379040a87aa (patch) | |
tree | 885f19fa83d9beecd41139c61578047d7061e3d4 /bot.conf.example | |
parent | 2437a2ae6c64e189b5c6d50525e574c60b08c209 (diff) | |
download | idalius-4f1d6488c81320e31addf011145b2379040a87aa.tar.xz |
Add nick-prefixing for bot
Diffstat (limited to 'bot.conf.example')
-rw-r--r-- | bot.conf.example | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bot.conf.example b/bot.conf.example index 29b619d..428b5eb 100644 --- a/bot.conf.example +++ b/bot.conf.example @@ -15,6 +15,7 @@ quit_msg = "Goodbye!" user = nobody group = nobody triggers = 'sa+x' => 'π· ', 'trumpet' => 'πΊ ', 'snake' => 'π ' +prefix_nick = 1 prefix = % antiflood_on = 0 |