3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-12-23 11:12:42 +01:00

Plang can not be run as a background process

This commit is contained in:
Pragmatic Software 2020-09-29 18:50:13 -07:00
parent cfa37ce1d3
commit 21c40411d8

5
data/commands vendored
View File

@ -334,16 +334,15 @@
"requires_cap" : 1
},
"plang" : {
"background-process" : "1",
"dont-replace-pronouns" : "1",
"help" : "",
"preserve-whitespace" : "1",
"preserve_whitespace" : "1",
"requires_cap" : "0"
},
"plangrepl" : {
"background-process" : "1",
"dont-replace-pronouns" : "1",
"help" : "",
"preserve_whitespace" : "1",
"requires_cap" : 0
},
"plug" : {