コード例 #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
ファイル: set_privmsg.c プロジェクト: danopia/atheme
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
ファイル: listownmail.c プロジェクト: danopia/atheme
void _moddeinit()
{
	command_delete(&ns_listownmail, ns_cmdtree);
	help_delentry(ns_helptree, "LISTOWNMAIL");
}
コード例 #11
0
ファイル: ns_regain.c プロジェクト: freenode/atheme-fn
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
ファイル: hold.c プロジェクト: BackupTheBerlios/phoenixfn-svn
void _moddeinit()
{
	command_delete(&cs_hold, cs_cmdtree);
	help_delentry(cs_helptree, "HOLD");
}
コード例 #15
0
ファイル: drop.c プロジェクト: BackupTheBerlios/phoenixfn-svn
void _moddeinit()
{
	command_delete(&cs_drop, cs_cmdtree);
	help_delentry(cs_helptree, "DROP");
}
コード例 #16
0
ファイル: help.c プロジェクト: BackupTheBerlios/phoenixfn-svn
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");
}