mirror of
https://github.com/perlbot/perlbuut
synced 2025-06-07 18:45:42 -04:00
Fix some settings
This commit is contained in:
parent
2b6d8942ba
commit
6610a67388
2 changed files with 7 additions and 0 deletions
|
@ -57,6 +57,7 @@ http_plugin_port 1092
|
||||||
channel \#web-locals
|
channel \#web-locals
|
||||||
channel \#regex
|
channel \#regex
|
||||||
channel \#regexen
|
channel \#regexen
|
||||||
|
channel \#mojo
|
||||||
|
|
||||||
ignore buubot
|
ignore buubot
|
||||||
ignore avarbot
|
ignore avarbot
|
||||||
|
@ -84,6 +85,8 @@ http_plugin_port 1092
|
||||||
<bot perlbot-magnet>
|
<bot perlbot-magnet>
|
||||||
channel \#freenode-perl-cabal
|
channel \#freenode-perl-cabal
|
||||||
channel \#perl-help
|
channel \#perl-help
|
||||||
|
channel \#perl
|
||||||
|
channel \#pdl
|
||||||
|
|
||||||
ignore purl
|
ignore purl
|
||||||
ignore perlbot
|
ignore perlbot
|
||||||
|
|
|
@ -13,6 +13,10 @@ server "*" {
|
||||||
plugin "karma_modify" { addressed: false; }
|
plugin "karma_modify" { addressed: false; }
|
||||||
plugin "seen" {addressed: false; }
|
plugin "seen" {addressed: false; }
|
||||||
}
|
}
|
||||||
|
channel "#pdl" {
|
||||||
|
plugin "eval" {addressed: false; }
|
||||||
|
plugin "deparse" {addressed: false; }
|
||||||
|
}
|
||||||
channel "#perl" {
|
channel "#perl" {
|
||||||
plugin "eval" {addressed: false; }
|
plugin "eval" {addressed: false; }
|
||||||
plugin "deparse" {addressed: false; }
|
plugin "deparse" {addressed: false; }
|
||||||
|
|
Loading…
Add table
Reference in a new issue