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:
@@ -73,7 +73,7 @@
|
||||
ModuleHeader MOD_HEADER(textban)
|
||||
= {
|
||||
"textban",
|
||||
"v2.2",
|
||||
"2.2",
|
||||
"ExtBan ~T (textban) by Syzop",
|
||||
"UnrealIRCd Team",
|
||||
"unrealircd-5",
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user