From 8c862af5a181a601e871cff8244d164da743a8f7 Mon Sep 17 00:00:00 2001
From: David Phillips <david@sighup.nz>
Date: Sat, 22 Jun 2019 23:04:09 +1200
Subject: Evict auto-joining of channels to module

---
 bot.conf.example | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

(limited to 'bot.conf.example')

diff --git a/bot.conf.example b/bot.conf.example
index 143ad4c..4dba20b 100644
--- a/bot.conf.example
+++ b/bot.conf.example
@@ -1,4 +1,4 @@
-plugins  = [ Plugin::Titillate, Plugin::Admin, Plugin::Ping ]
+plugins  = [ Plugin::Autojoin, Plugin::Titillate, Plugin::Admin, Plugin::Ping ]
 nick     = somebot
 username = bot
 ircname  = a bot
@@ -7,7 +7,6 @@ port     = 6667
 usessl   = 1
 sslcert  = foo.crt
 sslkey   = foo.key
-channels = [ #saxtalk, #bot]
 ignore   = [trumpetbot, abusiveuser]
 password = pleffquiffle
 user     = nobody
@@ -16,6 +15,9 @@ prefix_nick = 1
 prefix   = %
 log_debug = 0
 
+[Plugin::Autojoin]
+channels = [ #saxtalk, #bot ]
+
 [Plugin::Admin]
 admins   = [ snargle!~kleg@glarg.example.com ]
 must_id  = 1
-- 
cgit v1.1