As part of this... don't give fake client a valid UID, as it's not needed anyway.

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9258 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
w00t 2008-04-02 09:00:57 +00:00
parent c05358fa96
commit 28c6e2f970

View File

@ -317,7 +317,7 @@ InspIRCd::InspIRCd(int argc, char** argv)
this->s_signal = 0;
// Create base manager classes early, so nothing breaks
this->Users = new UserManager(this);
this->Users = new UserManager(this, "#INVALID");
this->Users->unregistered_count = 0;