summaryrefslogtreecommitdiff
path: root/src/cmd_user.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd_user.cpp')
-rw-r--r--src/cmd_user.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd_user.cpp b/src/cmd_user.cpp
index 4e09d60ee..8c2b4fe64 100644
--- a/src/cmd_user.cpp
+++ b/src/cmd_user.cpp
@@ -91,7 +91,7 @@ void cmd_user::Handle (char **parameters, int pcnt, userrec *user)
if (user->registered == 3)
{
/* user is registered now, bit 0 = USER command, bit 1 = sent a NICK command */
- FOREACH_MOD OnUserRegister(user);
+ FOREACH_MOD(I_OnUserRegister,OnUserRegister(user));
ConnectUser(user);
}
}