mirror of
https://github.com/perlbot/perlbuut
synced 2025-06-07 10:45:40 -04:00
13 lines
388 B
Text
13 lines
388 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; }
|
|
}
|
|
}
|