diff options
author | David Phillips <david@sighup.nz> | 2017-03-17 15:13:47 +1300 |
---|---|---|
committer | David Phillips <david@sighup.nz> | 2017-03-17 15:13:47 +1300 |
commit | bc0601bd2c28395f68613fd9966ea318ff93016c (patch) | |
tree | 3cf2b100aedff62df6a0471df5c086018809a2d9 /bot.conf.example | |
parent | 39757ff46ec4ea773f7d41df62e3b98e3a4e73df (diff) | |
download | idalius-bc0601bd2c28395f68613fd9966ea318ff93016c.tar.xz |
Improve configuration syntax
Diffstat (limited to 'bot.conf.example')
-rw-r--r-- | bot.conf.example | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bot.conf.example b/bot.conf.example index ab0de2e..86204f8 100644 --- a/bot.conf.example +++ b/bot.conf.example @@ -7,5 +7,4 @@ ignore = trumpetbot,abusiveuser password = pleffquiffle admins = snargle!~kleg@glarg.example.com must_id = 1 -re = sa+x, tr+u, l+e+n+y -rep = 🎷, 🎺, ( ͡° ͜ʖ ͡°) +triggers = 'sa+x' => '🎷 ', 'trumpet' => '🎺 ', 'lenny' => '( ͡° ͜ ʖ ͡° ) ' |