Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
689
void banclients()
690
{
691
loopvrev(mclients) if(checkban(bans, mclients[i]->address.host)) purgeclient(i);
692
}
693
694
volatile bool reloadcfg = true;
695
Callers
1
main
Function · 0.85
Calls
3
checkban
Function · 0.85
purgeclient
Function · 0.85
loopvrev
Function · 0.70
Tested by
no test coverage detected