]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/server/ipban.qh
e758cbca4e94fdaef60a33f7f0cef18141fe3c4e
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / ipban.qh
1 #ifndef IPBAN_H
2 #define IPBAN_H
3
4 void Ban_SaveBans();
5 void Ban_LoadBans();
6 float Ban_MaybeEnforceBan(entity client);
7 float Ban_MaybeEnforceBanOnce(entity client);
8 float BanCommand(string command);
9
10 void OnlineBanList_URI_Get_Callback(float id, float status, string data);
11 #endif