projects
/
xonotic
/
xonotic-data.pk3dir.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Properly support team field on trigger_multiple
[xonotic/xonotic-data.pk3dir.git]
/
qcsrc
/
server
/
ipban.qh
1
#pragma once
2
3
void Ban_SaveBans();
4
void Ban_LoadBans();
5
float Ban_MaybeEnforceBan(entity client);
6
float Ban_MaybeEnforceBanOnce(entity client);
7
float BanCommand(string command);
8
9
void OnlineBanList_URI_Get_Callback(float id, float status, string data);