diff options
| author | 2005-04-14 13:01:56 +0000 | |
|---|---|---|
| committer | 2005-04-14 13:01:56 +0000 | |
| commit | 9e8058da9335dc3f771b6e214d40bef805ced301 (patch) | |
| tree | 370672fda5359e4e3e8a82995a5c77dc9564239f /src/commands.cpp | |
| parent | Stupid typos (diff) | |
Fixed typo
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1084 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/commands.cpp')
| -rw-r--r-- | src/commands.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands.cpp b/src/commands.cpp index 7d77a6a2b..fb10243d0 100644 --- a/src/commands.cpp +++ b/src/commands.cpp @@ -1764,7 +1764,7 @@ void handle_nick(char **parameters, int pcnt, userrec *user) user->dns_done = (!lookup_dns(user->nick)); if (user->dns_done) log(DEBUG,"Aborting dns lookup of %s because dns server experienced a failure.",user->nick); - FOREACH_MOD OnUserRegister(userrec* user); + FOREACH_MOD OnUserRegister(user); } if (user->registered == 3) { |
