]> icculus.org git repositories - divverent/nexuiz.git/blob - data/qcsrc/server/ipban.qh
check ip ban in say/teamsay too as to make banned people less annoying (they no longe...
[divverent/nexuiz.git] / data / qcsrc / server / ipban.qh
1 void Ban_SaveBans();
2 void Ban_LoadBans();
3 float Ban_IsClientBanned(entity client);
4 float Ban_MaybeEnforceBan(entity client);
5 float GameCommand_Ban(string command);