mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-10 03:23:12 +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:
+8
-8
@@ -19,6 +19,14 @@
|
||||
|
||||
#include "unrealircd.h"
|
||||
|
||||
ModuleHeader MOD_HEADER(tkldb) = {
|
||||
"tkldb",
|
||||
"1.10",
|
||||
"Stores active TKL entries (*-Lines) persistently/across IRCd restarts",
|
||||
"UnrealIRCd Team",
|
||||
"unrealircd-5",
|
||||
};
|
||||
|
||||
#define TKL_DB_VERSION 1100
|
||||
#define TKL_DB_SAVE_EVERY 299
|
||||
|
||||
@@ -104,14 +112,6 @@ static struct cfgstruct cfg;
|
||||
|
||||
static int tkls_loaded = 0;
|
||||
|
||||
ModuleHeader MOD_HEADER(tkldb) = {
|
||||
"tkldb",
|
||||
"v1.10",
|
||||
"Stores active TKL entries (*-Lines) persistently/across IRCd restarts",
|
||||
"UnrealIRCd Team",
|
||||
"unrealircd-5",
|
||||
};
|
||||
|
||||
MOD_TEST(tkldb)
|
||||
{
|
||||
memset(&cfg, 0, sizeof(cfg));
|
||||
|
||||
Reference in New Issue
Block a user