mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-02 14:53:14 +02:00
Require module header with version "unrealircd-6" now
This commit is contained in:
@@ -24,7 +24,7 @@ ModuleHeader MOD_HEADER
|
||||
"4.2",
|
||||
"ExtBan ~a - Ban/exempt by services account name",
|
||||
"UnrealIRCd Team",
|
||||
"unrealircd-5",
|
||||
"unrealircd-6",
|
||||
};
|
||||
|
||||
/* Forward declarations */
|
||||
|
||||
@@ -24,7 +24,7 @@ ModuleHeader MOD_HEADER
|
||||
"4.2",
|
||||
"ExtBan ~S - Ban/exempt by SHA256 TLS certificate fingerprint",
|
||||
"UnrealIRCd Team",
|
||||
"unrealircd-5",
|
||||
"unrealircd-6",
|
||||
};
|
||||
|
||||
/* Forward declarations */
|
||||
|
||||
@@ -24,7 +24,7 @@ ModuleHeader MOD_HEADER
|
||||
"4.2",
|
||||
"ExtBan ~c - banned when in specified channel",
|
||||
"UnrealIRCd Team",
|
||||
"unrealircd-5",
|
||||
"unrealircd-6",
|
||||
};
|
||||
|
||||
/* Forward declarations */
|
||||
|
||||
@@ -24,7 +24,7 @@ ModuleHeader MOD_HEADER
|
||||
"4.2",
|
||||
"Extban ~j - prevent join only",
|
||||
"UnrealIRCd Team",
|
||||
"unrealircd-5",
|
||||
"unrealircd-6",
|
||||
};
|
||||
|
||||
/* Forward declarations */
|
||||
|
||||
@@ -24,7 +24,7 @@ ModuleHeader MOD_HEADER
|
||||
"4.2",
|
||||
"ExtBan ~m - bypass +m/+n/+c/+S/+T (msgbypass)",
|
||||
"UnrealIRCd Team",
|
||||
"unrealircd-5",
|
||||
"unrealircd-6",
|
||||
};
|
||||
|
||||
/* Forward declarations */
|
||||
|
||||
@@ -24,7 +24,7 @@ ModuleHeader MOD_HEADER
|
||||
"4.2",
|
||||
"ExtBan ~n - prevent nick-changes only",
|
||||
"UnrealIRCd Team",
|
||||
"unrealircd-5",
|
||||
"unrealircd-6",
|
||||
};
|
||||
|
||||
/* Forward declarations */
|
||||
|
||||
@@ -24,7 +24,7 @@ ModuleHeader MOD_HEADER
|
||||
"4.2",
|
||||
"ExtBan ~O - Ban/exempt operclass",
|
||||
"UnrealIRCd Team",
|
||||
"unrealircd-5",
|
||||
"unrealircd-6",
|
||||
};
|
||||
|
||||
/* Forward declarations */
|
||||
|
||||
@@ -25,7 +25,7 @@ ModuleHeader MOD_HEADER
|
||||
"4.2",
|
||||
"ExtBan ~p - Ban/exempt Part/Quit message",
|
||||
"UnrealIRCd Team",
|
||||
"unrealircd-5",
|
||||
"unrealircd-6",
|
||||
};
|
||||
|
||||
int extban_partmsg_is_banned(Client *client, Channel *channel, char *banin, int type, char **msg, char **errmsg);
|
||||
|
||||
@@ -24,7 +24,7 @@ ModuleHeader MOD_HEADER
|
||||
"4.2",
|
||||
"ExtBan ~q - prevent messages only (quiet)",
|
||||
"UnrealIRCd Team",
|
||||
"unrealircd-5",
|
||||
"unrealircd-6",
|
||||
};
|
||||
|
||||
/* Forward declarations */
|
||||
|
||||
@@ -24,7 +24,7 @@ ModuleHeader MOD_HEADER
|
||||
"4.2",
|
||||
"ExtBan ~r - Ban based on realname/gecos field",
|
||||
"UnrealIRCd Team",
|
||||
"unrealircd-5",
|
||||
"unrealircd-6",
|
||||
};
|
||||
|
||||
/* Forward declarations */
|
||||
|
||||
@@ -24,7 +24,7 @@ ModuleHeader MOD_HEADER
|
||||
"4.2",
|
||||
"ExtBan ~G - Ban based on security-group",
|
||||
"UnrealIRCd Team",
|
||||
"unrealircd-5",
|
||||
"unrealircd-6",
|
||||
};
|
||||
|
||||
/* Forward declarations */
|
||||
|
||||
@@ -76,7 +76,7 @@ ModuleHeader MOD_HEADER
|
||||
"2.2",
|
||||
"ExtBan ~T (textban) by Syzop",
|
||||
"UnrealIRCd Team",
|
||||
"unrealircd-5",
|
||||
"unrealircd-6",
|
||||
};
|
||||
|
||||
/* Forward declarations */
|
||||
|
||||
@@ -51,7 +51,7 @@ ModuleHeader MOD_HEADER
|
||||
"1.0",
|
||||
"ExtBan ~t: automatically removed timed bans",
|
||||
"UnrealIRCd Team",
|
||||
"unrealircd-5",
|
||||
"unrealircd-6",
|
||||
};
|
||||
|
||||
/* Forward declarations */
|
||||
|
||||
Reference in New Issue
Block a user