1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-09 20:13:13 +02:00

Update output of MODULE command (MODULE -all) to include the author,

slightly change the output and use RPL_TXT rather than NOTICE.
This commit is contained in:
Bram Matthys
2019-08-27 14:12:00 +02:00
parent fc69c5300e
commit 17c6b5976d
18 changed files with 106 additions and 78 deletions
+1 -1
View File
@@ -73,7 +73,7 @@
ModuleHeader MOD_HEADER(textban)
= {
"textban",
"v2.2",
"2.2",
"ExtBan ~T (textban) by Syzop",
"UnrealIRCd Team",
"unrealircd-5",
+1 -3
View File
@@ -23,8 +23,6 @@
#include "unrealircd.h"
#define TIMEDBAN_VERSION "v1.0"
/* Maximum time (in minutes) for a ban */
#define TIMEDBAN_MAX_TIME 9999
@@ -50,7 +48,7 @@
ModuleHeader MOD_HEADER(timedban)
= {
"timedban",
TIMEDBAN_VERSION,
"1.0",
"ExtBan ~t: automatically removed timed bans",
"UnrealIRCd Team",
"unrealircd-5",