mirror of
https://github.com/perlbot/perlbuut
synced 2025-06-07 10:35:41 -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 \#regex
|
||||
channel \#regexen
|
||||
channel \#mojo
|
||||
|
||||
ignore buubot
|
||||
ignore avarbot
|
||||
|
@ -84,6 +85,8 @@ http_plugin_port 1092
|
|||
<bot perlbot-magnet>
|
||||
channel \#freenode-perl-cabal
|
||||
channel \#perl-help
|
||||
channel \#perl
|
||||
channel \#pdl
|
||||
|
||||
ignore purl
|
||||
ignore perlbot
|
||||
|
|
|
@ -13,6 +13,10 @@ server "*" {
|
|||
plugin "karma_modify" { addressed: false; }
|
||||
plugin "seen" {addressed: false; }
|
||||
}
|
||||
channel "#pdl" {
|
||||
plugin "eval" {addressed: false; }
|
||||
plugin "deparse" {addressed: false; }
|
||||
}
|
||||
channel "#perl" {
|
||||
plugin "eval" {addressed: false; }
|
||||
plugin "deparse" {addressed: false; }
|
||||
|
|
Loading…
Add table
Reference in a new issue