mirror of
https://github.com/perlbot/perlbuut
synced 2025-06-07 10:35:41 -04:00
Update channels to not need address for eval
This commit is contained in:
parent
53e5c01170
commit
9ed2a8b9aa
1 changed files with 8 additions and 0 deletions
|
@ -19,4 +19,12 @@ server "*" {
|
|||
plugin "eval" {addressed: false; }
|
||||
plugin "deparse" {addressed: false; }
|
||||
}
|
||||
channel "#perlbot" {
|
||||
plugin "eval" {addressed: false; }
|
||||
plugin "deparse" {addressed: false; }
|
||||
}
|
||||
channel "#buubot" {
|
||||
plugin "eval" {addressed: false; }
|
||||
plugin "deparse" {addressed: false; }
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue