Exemple #1
0
void _moddeinit(module_unload_intent_t intent)
{
	service_named_unbind_command("nickserv", &ns_restrict);

	hook_del_user_info(info_hook);

	list_unregister("restricted");
	list_unregister("restricted-reason");
}
void _moddeinit(module_unload_intent_t intent)
{
	command_delete(&ns_set_nevergroup, *ns_set_cmdtree);

	list_unregister("nevergroup");
}
void _moddeinit(module_unload_intent_t intent)
{
	command_delete(&ns_set_emailmemos, *ns_set_cmdtree);
	list_unregister("emailmemos");
	list_account_unregister("emailmemos");
}
Exemple #4
0
void _moddeinit(module_unload_intent_t intent)
{
	service_named_unbind_command("nickserv", &ns_staff);

	list_unregister("staff");
}
Exemple #5
0
void _moddeinit(module_unload_intent_t intent)
{
	service_named_unbind_command("nickserv", &ns_regnolimit);

	list_unregister("regnolimit");
}