From 65694d185582c9a6558ea8bfee99e56a5721540b Mon Sep 17 00:00:00 2001 From: David Phillips Date: Mon, 3 Sep 2018 16:14:22 +1200 Subject: Configurable modules --- bot.conf.example | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'bot.conf.example') diff --git a/bot.conf.example b/bot.conf.example index 428b5eb..de08113 100644 --- a/bot.conf.example +++ b/bot.conf.example @@ -1,3 +1,4 @@ +plugins = Plugin::Titillate, Plugin::Admin, Plugin::Ping nick = somebot username = bot ircname = a bot @@ -17,9 +18,7 @@ group = nobody triggers = 'sa+x' => '🎷 ', 'trumpet' => '🎺 ', 'snake' => '🐍 ' prefix_nick = 1 prefix = % -antiflood_on = 0 # URL stuff -url_on = 1 url_len = 0 -- cgit v1.1