1
0
Fork 0
mirror of https://github.com/perlbot/perlbuut synced 2025-06-08 13:05:39 -04:00
perlbuut/etc/plugins.conf
2010-03-05 04:00:02 -05:00

16 lines
476 B
Text

server "*" {
channel "*" {
plugin "*" { addressed: true }
plugin "join" { access: root; addressed: true }
plugin "part" { access: op }
plugin "reload_plugins" { access: root }
plugin "restart" { access: root }
plugin "conf_dump" { access: root; }
plugin "save_config" { access: root; }
plugin "conf" { access: root; }
plugin "karma_modify" { addressed: false; }
}
channel "#perl" {
plugin "eval" {addressed: true; }
}
}