]> jfr.im git - irc/rizon/acid.git/blame - trapbot/trapbot.example.yml
Merge branch 'action-sasl' into 'master'
[irc/rizon/acid.git] / trapbot / trapbot.example.yml
CommitLineData
a7bf3c92
A
1clients:
2 -
3 nick: TrapBot
4 user: trapped
5 host: services.rizon.net
6 vhost: services.rizon.net
7 name: Gotcha!
8 modes: i
9 channels: [ trapchan ]
10 commands:
11 -
12 name: help
13 privilege: none
14 clazz: net.rizon.acid.commands.Help
15 -
16 name: untrap
17 privilege: none
18 clazz: net.rizon.acid.plugins.trapbot.commands.Untrap
19
20# Nickname of the trapbot client
21trapbot: TrapBot
22# Our name for the channel that is the trap channel
23trapchan: trapchan
5b9cfbfc
D
24# Number of minutes before IPs added to the trap list are forgotten
25expire: 30