diff options
Diffstat (limited to 'bot.conf.example')
-rw-r--r-- | bot.conf.example | 4 |
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' => 'π ' } |