diff options
author | David Phillips <david@sighup.nz> | 2018-09-03 16:14:22 +1200 |
---|---|---|
committer | David Phillips <david@sighup.nz> | 2018-09-03 16:14:22 +1200 |
commit | 65694d185582c9a6558ea8bfee99e56a5721540b (patch) | |
tree | 9d6d3da4dd8eb15daff1c645b02cd84d123548e8 /bot.conf.example | |
parent | 14c1d55b97d61de7eb48acd4a5b745e2ba5e977a (diff) | |
download | idalius-65694d185582c9a6558ea8bfee99e56a5721540b.tar.xz |
Configurable modules
Diffstat (limited to 'bot.conf.example')
-rw-r--r-- | bot.conf.example | 3 |
1 files changed, 1 insertions, 2 deletions
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 |