]> icculus.org git repositories - divverent/nexuiz.git/blob - data/qcsrc/server/ipban.qh
r8076 | div0 | 2009-10-08 10:11:15 -0400 (Thu, 08 Oct 2009) | 2 lines
[divverent/nexuiz.git] / data / qcsrc / server / ipban.qh
1 void Ban_SaveBans();
2 void Ban_LoadBans();
3 float Ban_MaybeEnforceBan(entity client);
4 float GameCommand_Ban(string command);
5
6 void OnlineBanList_URI_Get_Callback(float id, float status, string data);