diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-04-14 12:47:19 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-04-14 12:47:19 +0000 |
commit | eacdc9ef87b671e80f27043e021d98daa44bce92 (patch) | |
tree | 66d2e97f70cc1c2be1fceace41d8f706539e2a68 /src/commands.cpp | |
parent | 9a3475ed584b09c221219b306611c0b691161a08 (diff) |
Added (untested!) OnCheckReady and OnUserRegister (gonna write an ident lookup module!)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1081 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/commands.cpp')
-rw-r--r-- | src/commands.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/commands.cpp b/src/commands.cpp index 951c2281b..7d77a6a2b 100644 --- a/src/commands.cpp +++ b/src/commands.cpp @@ -1764,6 +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); } if (user->registered == 3) { |