diff options
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 |