1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-06-12 17:34:46 +02:00

Bump maxperip and connthrottle module version to 2.0.0

This commit is contained in:
Bram Matthys
2026-05-13 15:40:50 +02:00
parent 0007ccda47
commit 0f62b20972
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
#include "unrealircd.h"
#define CONNTHROTTLE_VERSION "1.3"
#define CONNTHROTTLE_VERSION "2.0.0"
#ifndef CALLBACKTYPE_REPUTATION_STARTTIME
#define CALLBACKTYPE_REPUTATION_STARTTIME 5
+1 -1
View File
@@ -22,7 +22,7 @@
ModuleHeader MOD_HEADER
= {
"maxperip",
"1.0.0",
"2.0.0",
"Limit user connections based on ip address",
"UnrealIRCd Team",
"unrealircd-6",