mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-10 02:59:01 -04:00
Fixed typo
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1084 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
parent
fe9ec9434e
commit
9e8058da93
@ -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)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user