MCPcopy Create free account
hub / github.com/assaultcube/AC / banclients

Function banclients

source/src/master.cpp:689–692  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

687}
688
689void banclients()
690{
691 loopvrev(mclients) if(checkban(bans, mclients[i]->address.host)) purgeclient(i);
692}
693
694volatile bool reloadcfg = true;
695

Callers 1

mainFunction · 0.85

Calls 3

checkbanFunction · 0.85
purgeclientFunction · 0.85
loopvrevFunction · 0.70

Tested by

no test coverage detected