]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/ipban.qc
provide the "curl" command in all QC VMs
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / ipban.qc
index b40a1e3a289ad682f95cfe8a96b35e83d84a9aa3..2034b27dca1e285ce8f06db62f7e62e3c4aad5ac 100644 (file)
@@ -19,6 +19,8 @@
  *     server IP that registered the ban
  */
 
+#define MAX_IPBAN_URIS (URI_GET_IPBAN_END - URI_GET_IPBAN + 1)
+
 float Ban_Insert(string ip, float bantime, string reason, float dosync);
 
 void OnlineBanList_SendBan(string ip, float bantime, string reason)