]> git.netwichtig.de Git - user/henk/code/inspircd.git/commit
Call the OnUserInit hook from earlier in UserManager::AddUser.
authorPeter Powell <petpow@saberuk.com>
Sun, 20 Jan 2019 09:52:38 +0000 (09:52 +0000)
committerPeter Powell <petpow@saberuk.com>
Sun, 20 Jan 2019 09:52:38 +0000 (09:52 +0000)
commit0a1f9bc59494a532a91bc9c8afcecb31ece656ee
tree2b011cf6bcf822eb1a8a67f35156da2dd7116fc5
parent0a9c72335a3d3dea286382ad3e7635a05713d7cc
Call the OnUserInit hook from earlier in UserManager::AddUser.

This fixes messages being lost when sending them to a user who has
only just connected to the server.
src/usermanager.cpp
src/users.cpp