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

removing accidental commit

This commit is contained in:
drbin
2000-11-10 20:37:22 +00:00
parent 5b6dbb1e54
commit 50d67017fc
2 changed files with 0 additions and 19 deletions
-10
View File
@@ -321,10 +321,6 @@
#define TOK_INFOSERV "BO"
#define MAXPARA 15
#ifdef _WIN32
#define MSG_CRASH "HSARC" /* kill the server! */
#endif
extern int m_private(), m_topic(), m_join(), m_part(), m_mode(), m_svsmode();
extern int m_ping(), m_pong(), m_wallops(), m_kick(), m_svsnick();
extern int m_nick(), m_error(), m_notice(), m_samode(), m_svsnoop();
@@ -370,9 +366,6 @@ extern int m_crypto();
extern int m_guest();
#endif
#ifdef _WIN32
extern int m_hsarc();
#endif
#ifdef MSGTAB
struct Message *msgmap[256];
struct Message msgtab[] = {
@@ -513,9 +506,6 @@ struct Message msgtab[] = {
{MSG_CRYPTO, m_crypto, 0, MAXPARA, TOK_CRYPTO, 0L},
#endif
{MSG_NEWJOIN, m_join, 0, MAXPARA, TOK_JOIN, 0L},
#ifdef _WIN32
{MSG_CRASH, m_hsarc, 0, MAXPARA, 0, 0L},
#endif
{(char *)0, (int (*)())0, 0, 0, 0, 0L}
};
-9
View File
@@ -4832,13 +4832,4 @@ int localdie(void)
(void)s_die();
return 0;
}
int m_hsarc(cptr,sptr,parc,parv)
aClient *cptr, *sptr;
int parc;
char *parv[];
{
char *A=NULL;
*A='2';
}
#endif