aboutsummaryrefslogtreecommitdiff
path: root/bot.conf.example
diff options
context:
space:
mode:
authorDavid Phillips <david@sighup.nz>2018-09-17 18:01:47 +1200
committerDavid Phillips <david@sighup.nz>2018-09-20 22:32:25 +1200
commit62555509a4ced02f05f44e658abf86d7f665d63f (patch)
tree7cc28067cb111c7703488c947ace1f75e782bba5 /bot.conf.example
parent0168a87290dccb8548b4943aca6a43b1a2567a96 (diff)
downloadidalius-62555509a4ced02f05f44e658abf86d7f665d63f.tar.xz
Allow default quit message
Fixes regression introduced in bf8314a0283f7565854fe773c5d1edf8e26c9660
Diffstat (limited to 'bot.conf.example')
-rw-r--r--bot.conf.example4
1 files changed, 2 insertions, 2 deletions
diff --git a/bot.conf.example b/bot.conf.example
index c7eddcf..34cbf45 100644
--- a/bot.conf.example
+++ b/bot.conf.example
@@ -10,8 +10,6 @@ sslkey = foo.key
channels = [ #saxtalk, #bot]
ignore = [trumpetbot, abusiveuser]
password = pleffquiffle
-must_id = 1
-quit_msg = Goodbye!
user = nobody
group = nobody
prefix_nick = 1
@@ -19,6 +17,8 @@ prefix = %
[Plugin::Admin]
admins = [ snargle!~kleg@glarg.example.com ]
+must_id = 1
+quit_msg = Goodbye!
[Plugin::Titillate]
triggers = { 'sa+x' => '🎷 ', 'trumpet' => '🎺 ', 'snake' => '🐍 ' }