X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fipban.qh;h=946f44f9351a14b3be143cadf3bdecf5da0dc38f;hb=cf1512beec5b1ebac151fdcf9f44ff4830b37187;hp=15939464e00a8579053039af9336e4c814377f3c;hpb=c7809f1cf117eb207add4956bac3b3d9233101b3;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);