void _moddeinit(module_unload_intent_t intent) { hook_del_user_identify(clear_setpass_key); hook_del_user_info(show_setpass); hook_del_user_check_expire(check_expire); service_named_unbind_command("nickserv", &ns_setpass); }
void _moddeinit(void) { if (hostsvs != NULL) service_delete(hostsvs); hook_del_user_identify(on_user_identify); }
void _moddeinit(void) { service_named_unbind_command("nickserv", &ns_vacation); hook_del_user_identify(user_identify_hook); hook_del_user_check_expire(user_expiry_hook); hook_del_nick_check_expire(nick_expiry_hook); hook_del_user_info(info_hook); }
void _moddeinit(module_unload_intent_t intent) { if (hostsvs != NULL) service_delete(hostsvs); hook_del_user_identify(on_user_identify); hook_del_operserv_info(osinfo_hook); del_conf_item("REQUEST_TIME", &hostsvs->conf_table); del_conf_item("LIMIT_FIRST_REQUEST", &hostsvs->conf_table); }
void _moddeinit(module_unload_intent_t intent) { hook_del_user_identify(hook_user_identify); }
void _moddeinit(module_unload_intent_t intent) { hook_del_user_identify(ajoin_on_identify); service_named_unbind_command("nickserv", &ns_ajoin); }