mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-12 20:19:02 -04:00
Fuck. STOP committing first thing after waking up.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9259 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
parent
28c6e2f970
commit
4f66a9a4c4
@ -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, "#INVALID");
|
||||
this->Users = new UserManager(this);
|
||||
|
||||
this->Users->unregistered_count = 0;
|
||||
|
||||
@ -512,7 +512,7 @@ InspIRCd::InspIRCd(int argc, char** argv)
|
||||
this->InitialiseUID();
|
||||
|
||||
/* set up fake client again this time with the correct uid */
|
||||
this->FakeClient = new User(this);
|
||||
this->FakeClient = new User(this, "#INVALID");
|
||||
this->FakeClient->SetFd(FD_MAGIC_NUMBER);
|
||||
|
||||
// Get XLine to do it's thing.
|
||||
|
Loading…
x
Reference in New Issue
Block a user