diff options
author | danieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7> | 2009-05-13 05:28:00 +0000 |
---|---|---|
committer | danieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7> | 2009-05-13 05:28:00 +0000 |
commit | a889336d194abc7df7a98102e3d0e56f0e125edc (patch) | |
tree | c41cd85106841964c55782a74bc973d3d0fe94d4 /src/inspircd.cpp | |
parent | ddc77036f61620d15faad818b228a147dbd88852 (diff) |
Make the previous patches actually work
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11378 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/inspircd.cpp')
-rw-r--r-- | src/inspircd.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inspircd.cpp b/src/inspircd.cpp index b8eced5f4..3d24c7cd2 100644 --- a/src/inspircd.cpp +++ b/src/inspircd.cpp @@ -609,7 +609,7 @@ InspIRCd::InspIRCd(int argc, char** argv) } /* set up fake client again this time with the correct uid */ - this->FakeClient = new FakeUser(this); + this->FakeClient = new FakeUser(this, "!"); // Get XLine to do it's thing. this->XLines->CheckELines(); |