mirror of
https://github.com/pragma-/pbot.git
synced 2024-12-23 03:02:47 +01:00
Plang can not be run as a background process
This commit is contained in:
parent
cfa37ce1d3
commit
21c40411d8
5
data/commands
vendored
5
data/commands
vendored
@ -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" : {
|
||||
|
Loading…
Reference in New Issue
Block a user