X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fipban.qh;h=330d8b7dff1e8c509ee6b419fddc14442423ec2e;hb=79012b90e96396059bcc310a8a95ae38918993a4;hp=946f44f9351a14b3be143cadf3bdecf5da0dc38f;hpb=6e0735e995e35d56e60f8b816285077b7db0b155;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/ipban.qh b/qcsrc/server/ipban.qh index 946f44f93..330d8b7df 100644 --- a/qcsrc/server/ipban.qh +++ b/qcsrc/server/ipban.qh @@ -6,4 +6,9 @@ float Ban_MaybeEnforceBan(entity client); float Ban_MaybeEnforceBanOnce(entity client); float BanCommand(string command); +float Ban_Insert(string ip, float bantime, string reason, float dosync); +void Ban_KickBanClient(entity client, float bantime, float masksize, string reason); +void Ban_View(); +float Ban_Delete(float i); + void OnlineBanList_URI_Get_Callback(float id, float status, string data);