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

weekly commit

This commit is contained in:
Ryan Voots 2010-12-12 04:00:02 -05:00
parent 94d9a06ee9
commit 9b0474842f

View file

@ -11,6 +11,6 @@ server "*" {
plugin "karma_modify" { addressed: false; } plugin "karma_modify" { addressed: false; }
} }
channel "#perl" { channel "#perl" {
plugin "eval" {addressed: false; } plugin "eval" {addressed: true; }
} }
} }