(Caronte Pcode version 2.0)
Refresh the servers of the Dante Community. Return 1 if success, 0 if not.
Example.
CS_ADMIN_SCRIPT this = new CS_ADMIN_SCRIPT($_this);
int Main(CAdminRequest pRequest, CAdminResponse pResponse) {
this->Print(this->Format("%d",this->DCRefreshServer));
return 0;
}
Out: