Removed useless help file alert
This commit is contained in:
parent
262d5041d3
commit
3e55436495
|
@ -465,9 +465,6 @@ switch ($DATA["message"]["chat"]["id"]) {
|
|||
|
||||
if (!moduleOn(".s", $DATA["message"]["chat"]["id"], $DATA, true)) break;
|
||||
$es = "";
|
||||
if (!file_exists("help") || filesize("help") <= 0) {
|
||||
$es .= $GLOBALS["config"]["lgbt"]["text"]["status"]["missingHelpFile"];
|
||||
}
|
||||
if (!file_exists("DC.txt") || filesize("DC.txt") <= 0) {
|
||||
$es .= $GLOBALS["config"]["lgbt"]["text"]["status"]["missingJueBox"];
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user