#include "../client.h" void command_peqzone_flags(Client *c, const Seperator *sep) { Client *target = c; if ( c->GetTarget() && c->GetTarget()->IsClient() && c->Admin() >= minStatusToSeeOthersZoneFlags ) { target = c->GetTarget()->CastToClient(); } target->SendPEQZoneFlagInfo(c); }