Removed accidental }

This commit is contained in:
Ceda EI 2018-07-02 14:52:11 +05:30
parent a2fafc1864
commit 88ff02a5e1
1 changed files with 0 additions and 1 deletions

View File

@ -141,7 +141,6 @@ function everyone() {
$text .= $command_list[$i];
$text .= " ";
}
}
send_html($text);
}