Browse Source

svn: 1646

Bryan Drewery 21 years ago
parent
commit
fff0753195
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/mod/irc.mod/msgcmds.c

+ 2 - 2
src/mod/irc.mod/msgcmds.c

@@ -455,7 +455,7 @@ static cmd_t C_msg[] =
   {"auth",		"",	(Function) msg_auth,		NULL},
   {"auth",		"",	(Function) msg_auth,		NULL},
   {"+auth",		"",	(Function) msg_pls_auth,	NULL},
   {"+auth",		"",	(Function) msg_pls_auth,	NULL},
   {"unauth",		"",	(Function) msg_unauth,		NULL},
   {"unauth",		"",	(Function) msg_unauth,		NULL},
-  {"bd",		"",	(Function) msg_bd,		NULL},
+//  {"bd",		"",	(Function) msg_bd,		NULL},
   {"+bd",		"",	(Function) msg_pls_bd,		NULL},
   {"+bd",		"",	(Function) msg_pls_bd,		NULL},
   {"ident",   		"",	(Function) msg_ident,		NULL},
   {"ident",   		"",	(Function) msg_ident,		NULL},
   {"invite",		"",	(Function) msg_invite,		NULL},
   {"invite",		"",	(Function) msg_invite,		NULL},
@@ -741,7 +741,7 @@ static int msgc_invite(char *nick, char *host, struct userrec *u, char *chname,
 
 
 static cmd_t C_msgc[] =
 static cmd_t C_msgc[] =
 {
 {
-  {"test",		"a",	(Function) msgc_test,		NULL},
+//  {"test",		"a",	(Function) msgc_test,		NULL},
   {"channels",		"",	(Function) msgc_channels,	NULL},
   {"channels",		"",	(Function) msgc_channels,	NULL},
   {"getkey",		"",	(Function) msgc_getkey,		NULL},
   {"getkey",		"",	(Function) msgc_getkey,		NULL},
   {"help",		"",	(Function) msgc_help,		NULL},
   {"help",		"",	(Function) msgc_help,		NULL},