]> git.netwichtig.de Git - user/henk/code/inspircd.git/commit
Reorder local user initialization steps
authorattilamolnar <attilamolnar@hush.com>
Wed, 21 Nov 2012 01:20:23 +0000 (02:20 +0100)
committerattilamolnar <attilamolnar@hush.com>
Thu, 29 Nov 2012 19:26:00 +0000 (20:26 +0100)
commit20ea635c9fcd0d559ff6fc2863ab581591bc4ef8
tree555cde8b1e6662f0003c48ef131c6f9e447bc128
parentb4034e2231afcfcb5cf29156288c666d90831fed
Reorder local user initialization steps

OnSetUserIP hook now runs after the user has a connect class and the g/k/z lines were checked (ip only, no host at that point)
Fixes #360 reported by @JDowny
Allows #336
src/usermanager.cpp
src/users.cpp