]> git.netwichtig.de Git - user/henk/code/inspircd.git/commit
Don't call the OnChangeRealHost event when initialising a user.
authorSadie Powell <sadie@witchery.services>
Thu, 29 Oct 2020 12:50:55 +0000 (12:50 +0000)
committerSadie Powell <sadie@witchery.services>
Thu, 29 Oct 2020 12:50:55 +0000 (12:50 +0000)
commitf0d76147e68e96bfb51226f84f644fefdd2ab565
treea4d57544b9fda84468280d20042b6780809d1194
parent7ba36f5348a6cca1c0da820c60ae17063f3cdad5
Don't call the OnChangeRealHost event when initialising a user.

Fixes a (git only) crash when a user gets xlined before they have
been initialised.
src/users.cpp