MCPcopy Create free account
hub / github.com/cppla/ServerStatus / BanAddr

Method BanAddr

server/src/netban.cpp:371–374  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

369}
370
371int CNetBan::BanAddr(const NETADDR *pAddr, int Seconds, const char *pReason)
372{
373 return Ban(&m_BanAddrPool, pAddr, Seconds, pReason);
374}
375
376int CNetBan::BanRange(const CNetRange *pRange, int Seconds, const char *pReason)
377{

Callers 1

UpdateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected