mirror of
https://github.com/perlbot/perlbuut
synced 2025-06-07 18:35:49 -04:00
added #web-locals and fixed the seen plugin
This commit is contained in:
parent
80aaf21f97
commit
fac445989c
2 changed files with 2 additions and 0 deletions
|
@ -50,6 +50,7 @@ http_plugin_port 1092
|
||||||
channel \#modus
|
channel \#modus
|
||||||
channel \#perl-cats
|
channel \#perl-cats
|
||||||
channel \#cout.dev
|
channel \#cout.dev
|
||||||
|
channel \#web-locals
|
||||||
|
|
||||||
ignore buubot
|
ignore buubot
|
||||||
ignore avarbot
|
ignore avarbot
|
||||||
|
|
|
@ -9,6 +9,7 @@ server "*" {
|
||||||
plugin "save_config" { access: root; }
|
plugin "save_config" { access: root; }
|
||||||
plugin "conf" { access: root; }
|
plugin "conf" { access: root; }
|
||||||
plugin "karma_modify" { addressed: false; }
|
plugin "karma_modify" { addressed: false; }
|
||||||
|
plugin "seen" {addressed: false; }
|
||||||
}
|
}
|
||||||
channel "#perl" {
|
channel "#perl" {
|
||||||
plugin "eval" {addressed: false; }
|
plugin "eval" {addressed: false; }
|
||||||
|
|
Loading…
Add table
Reference in a new issue