1
0
Fork 0
mirror of https://github.com/perlbot/perlbuut synced 2025-06-07 10:35:41 -04:00

Fix some settings

This commit is contained in:
Ryan Voots 2021-04-25 18:18:52 -04:00
parent 2b6d8942ba
commit 6610a67388
2 changed files with 7 additions and 0 deletions

View file

@ -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

View file

@ -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; }