X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;ds=sidebyside;f=qcsrc%2Fserver%2Fipban.qh;h=946f44f9351a14b3be143cadf3bdecf5da0dc38f;hb=5fb2f3c4e123910e6291d6337fadd61f5199f5a5;hp=15939464e00a8579053039af9336e4c814377f3c;hpb=49e47ad10d83c939eca33d2c5f542d01c7da2b3e;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/ipban.qh b/qcsrc/server/ipban.qh index 15939464e..946f44f93 100644 --- a/qcsrc/server/ipban.qh +++ b/qcsrc/server/ipban.qh @@ -1,6 +1,9 @@ +#pragma once + void Ban_SaveBans(); void Ban_LoadBans(); float Ban_MaybeEnforceBan(entity client); +float Ban_MaybeEnforceBanOnce(entity client); float BanCommand(string command); void OnlineBanList_URI_Get_Callback(float id, float status, string data);