summaryrefslogtreecommitdiff
path: root/src/plugins/HPMHooking/HPMHooking.HookingPoints.inc
diff options
context:
space:
mode:
authorHercules.ws <Hercules@efficiently.awesome>2014-01-17 02:22:15 +0100
committerHerculesWSAPI <Hercules@efficiently.awesome>2014-01-17 02:22:15 +0100
commit59662a1656aa1db6f7cd0f92ce10a3ff66a979a4 (patch)
tree9720628749e1f9384e1cf1d2b045b5d827c0217c /src/plugins/HPMHooking/HPMHooking.HookingPoints.inc
parente9affc57d6a03e0cc860f8364c8a349e22906b4a (diff)
downloadhercules-59662a1656aa1db6f7cd0f92ce10a3ff66a979a4.tar.gz
hercules-59662a1656aa1db6f7cd0f92ce10a3ff66a979a4.tar.bz2
hercules-59662a1656aa1db6f7cd0f92ce10a3ff66a979a4.tar.xz
hercules-59662a1656aa1db6f7cd0f92ce10a3ff66a979a4.zip
HPM Hooks Update
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome>
Diffstat (limited to 'src/plugins/HPMHooking/HPMHooking.HookingPoints.inc')
-rw-r--r--src/plugins/HPMHooking/HPMHooking.HookingPoints.inc3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/plugins/HPMHooking/HPMHooking.HookingPoints.inc b/src/plugins/HPMHooking/HPMHooking.HookingPoints.inc
index 42e6593a1..144eff850 100644
--- a/src/plugins/HPMHooking/HPMHooking.HookingPoints.inc
+++ b/src/plugins/HPMHooking/HPMHooking.HookingPoints.inc
@@ -139,8 +139,8 @@ struct HookingPointData HookingPoints[] = {
{ HP_POP(chat->trigger_event, HP_chat_trigger_event) },
{ HP_POP(chat->create, HP_chat_create) },
/* chrif */
- { HP_POP(chrif->final, HP_chrif_final) },
{ HP_POP(chrif->init, HP_chrif_init) },
+ { HP_POP(chrif->final, HP_chrif_final) },
{ HP_POP(chrif->setuserid, HP_chrif_setuserid) },
{ HP_POP(chrif->setpasswd, HP_chrif_setpasswd) },
{ HP_POP(chrif->checkdefaultlogin, HP_chrif_checkdefaultlogin) },
@@ -165,7 +165,6 @@ struct HookingPointData HookingPoints[] = {
{ HP_POP(chrif->buildfamelist, HP_chrif_buildfamelist) },
{ HP_POP(chrif->save_scdata, HP_chrif_save_scdata) },
{ HP_POP(chrif->ragsrvinfo, HP_chrif_ragsrvinfo) },
- { HP_POP(chrif->char_offline, HP_chrif_char_offline) },
{ HP_POP(chrif->char_offline_nsd, HP_chrif_char_offline_nsd) },
{ HP_POP(chrif->char_reset_offline, HP_chrif_char_reset_offline) },
{ HP_POP(chrif->send_users_tochar, HP_chrif_send_users_tochar) },