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