diff options
author | David Phillips <david@sighup.nz> | 2019-06-22 23:04:09 +1200 |
---|---|---|
committer | David Phillips <david@sighup.nz> | 2019-06-22 23:53:33 +1200 |
commit | 8c862af5a181a601e871cff8244d164da743a8f7 (patch) | |
tree | 61ae7d6937d042bb20c7a275b8098ec95b187ba1 /bot.conf.example | |
parent | a76c61351eabb72f5dbb5f75394850e06f558487 (diff) | |
download | idalius-8c862af5a181a601e871cff8244d164da743a8f7.tar.xz |
Evict auto-joining of channels to module
Diffstat (limited to 'bot.conf.example')
-rw-r--r-- | bot.conf.example | 6 |
1 files changed, 4 insertions, 2 deletions
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 |