예제 #1
0
파일: status.c 프로젝트: danopia/atheme
void _moddeinit()
{
	command_delete(&ns_acc, ns_cmdtree);
	help_delentry(ns_helptree, "ACC");
	command_delete(&ns_status, ns_cmdtree);
	help_delentry(ns_helptree, "STATUS");
}
예제 #2
0
파일: drop.c 프로젝트: danopia/atheme
void _moddeinit()
{
	command_delete(&ns_drop, ns_cmdtree);
	command_delete(&ns_fdrop, ns_cmdtree);
	help_delentry(ns_helptree, "DROP");
	help_delentry(ns_helptree, "FDROP");
}
예제 #3
0
파일: onoff.c 프로젝트: danopia/atheme
void _moddeinit(void)
{
	command_delete(&hs_on, hs_cmdtree);
	command_delete(&hs_off, hs_cmdtree);
	help_delentry(hs_helptree, "ON");
	help_delentry(hs_helptree, "OFF");
}
예제 #4
0
파일: set.c 프로젝트: danopia/atheme
void _moddeinit()
{
	command_delete(&bs_set, bs_cmdtree);

	help_delentry(bs_helptree, "SET");
	help_delentry(bs_helptree, "SET FANTASY");
	help_delentry(bs_helptree, "SET NOBOT");
	help_delentry(bs_helptree, "SET PRIVATE");
}
예제 #5
0
void _moddeinit()
{
	command_delete(&cs_topic, cs_cmdtree);
	command_delete(&cs_topicappend, cs_cmdtree);
	fcommand_delete(&fc_topic, cs_fcmdtree);
	fcommand_delete(&fc_topicappend, cs_fcmdtree);

	help_delentry(cs_helptree, "TOPIC");
	help_delentry(cs_helptree, "TOPICAPPEND");
}
예제 #6
0
파일: eightball.c 프로젝트: danopia/atheme
void _moddeinit()
{
	command_delete(&cmd_eightball, gs_cmdtree);
	help_delentry(gs_helptree, "EIGHTBALL");

	if (cs_registered)
	{
		command_delete(&cmd_eightball, cs_cmdtree);
		help_delentry(cs_helptree, "EIGHTBALL");
	}
}
예제 #7
0
void _moddeinit()
{
	command_delete(&cs_halfop, cs_cmdtree);
	command_delete(&cs_dehalfop, cs_cmdtree);
	fcommand_delete(&fc_halfop, cs_fcmdtree);
	fcommand_delete(&fc_hop, cs_fcmdtree);
	fcommand_delete(&fc_dehalfop, cs_fcmdtree);
	fcommand_delete(&fc_dehop, cs_fcmdtree);

	help_delentry(cs_helptree, "HALFOP");
	help_delentry(cs_helptree, "DEHALFOP");
}
예제 #8
0
void _moddeinit()
{
	command_delete(&ns_set_privmsg, ns_set_cmdtree);
	help_delentry(ns_helptree, "SET PRIVMSG");

	use_privmsg--;
}
예제 #9
0
파일: clear.c 프로젝트: danopia/atheme
void _moddeinit()
{
	command_delete(&cs_clear, cs_cmdtree);

	help_delentry(cs_helptree,  "CLEAR");
}
예제 #10
0
void _moddeinit()
{
	command_delete(&ns_listownmail, ns_cmdtree);
	help_delentry(ns_helptree, "LISTOWNMAIL");
}
예제 #11
0
static void mod_deinit()
{
	command_delete(&ns_regain, ns_cmdtree);
	help_delentry(ns_helptree, "REGAIN");
}
예제 #12
0
void _moddeinit()
{
	command_delete(&os_restart, os_cmdtree);
	help_delentry(os_helptree, "RESTART");
}
예제 #13
0
파일: cs_ping.c 프로젝트: danopia/atheme
void _moddeinit()
{
	command_delete(&cs_ping, cs_cmdtree);
	help_delentry(cs_helptree, "PING");
}
예제 #14
0
void _moddeinit()
{
	command_delete(&cs_hold, cs_cmdtree);
	help_delentry(cs_helptree, "HOLD");
}
예제 #15
0
void _moddeinit()
{
	command_delete(&cs_drop, cs_cmdtree);
	help_delentry(cs_helptree, "DROP");
}
예제 #16
0
void _moddeinit()
{
	command_delete(&os_help, os_cmdtree);
	help_delentry(os_helptree, "HELP");
}
예제 #17
0
파일: update.c 프로젝트: danopia/atheme
void _moddeinit()
{
	command_delete(&os_update, os_cmdtree);
	help_delentry(os_helptree, "UPDATE");
}
예제 #18
0
파일: identify.c 프로젝트: danopia/atheme
void _moddeinit()
{
	command_delete(&os_identify, os_cmdtree);
	command_delete(&os_id, os_cmdtree);
	help_delentry(os_helptree, "IDENTIFY");
}
예제 #19
0
파일: fflags.c 프로젝트: danopia/atheme
void _moddeinit()
{
	command_delete(&cs_fflags, cs_cmdtree);
	help_delentry(cs_helptree, "FFLAGS");
}
예제 #20
0
파일: modinspect.c 프로젝트: danopia/atheme
void _moddeinit(void)
{
	command_delete(&os_modinspect, os_cmdtree);
	help_delentry(os_helptree, "MODINSPECT");
}
예제 #21
0
void _moddeinit()
{
	command_delete(&ns_freeze, ns_cmdtree);
	help_delentry(ns_helptree, "FREEZE");
}
예제 #22
0
void _moddeinit()
{
	command_delete(&os_specs, os_cmdtree);
	help_delentry(os_helptree, "SPECS");
}