Bye m_42.
Mostly a useless hybrid relic that nobody had used for years.
This commit is contained in:
parent
04f832b778
commit
d40217b4f6
2 changed files with 0 additions and 35 deletions
|
@ -43,7 +43,6 @@ extension_LTLIBRARIES = \
|
||||||
sno_globalnickchange.la \
|
sno_globalnickchange.la \
|
||||||
sno_globaloper.la \
|
sno_globaloper.la \
|
||||||
sno_whois.la \
|
sno_whois.la \
|
||||||
m_42.la \
|
|
||||||
m_adminwall.la \
|
m_adminwall.la \
|
||||||
m_echotags.la \
|
m_echotags.la \
|
||||||
m_extendchans.la \
|
m_extendchans.la \
|
||||||
|
|
|
@ -1,34 +0,0 @@
|
||||||
/*
|
|
||||||
* Copyright (C) infinity-infinity God <God@Heaven>
|
|
||||||
*
|
|
||||||
* Bob was here
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include "stdinc.h"
|
|
||||||
#include "modules.h"
|
|
||||||
#include "client.h"
|
|
||||||
#include "ircd.h"
|
|
||||||
#include "send.h"
|
|
||||||
|
|
||||||
static int mclient_42(struct MsgBuf *msgbuf_p, struct Client *client_p, struct Client *source_p, int parc, const char *parv[]);
|
|
||||||
|
|
||||||
struct Message hgtg_msgtab = {
|
|
||||||
"42", 0, 0, 0, 0,
|
|
||||||
{ mg_ignore, {mclient_42, 0}, mg_ignore, mg_ignore, mg_ignore, {mclient_42, 0}
|
|
||||||
}
|
|
||||||
};
|
|
||||||
|
|
||||||
mapi_clist_av1 hgtg_clist[] = { &hgtg_msgtab, NULL };
|
|
||||||
|
|
||||||
|
|
||||||
DECLARE_MODULE_AV2(42, NULL, NULL, hgtg_clist, NULL, NULL, NULL, "42", NULL);
|
|
||||||
|
|
||||||
|
|
||||||
static int
|
|
||||||
mclient_42(struct MsgBuf *msgbuf_p, struct Client *client_p, struct Client *source_p, int parc, const char *parv[])
|
|
||||||
{
|
|
||||||
sendto_one_notice(source_p, ":The Answer to Life, the Universe, and Everything.");
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue