summaryrefslogtreecommitdiff
path: root/src/inspircd.cpp
diff options
context:
space:
mode:
authordanieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7>2009-05-13 05:28:00 +0000
committerdanieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7>2009-05-13 05:28:00 +0000
commita889336d194abc7df7a98102e3d0e56f0e125edc (patch)
treec41cd85106841964c55782a74bc973d3d0fe94d4 /src/inspircd.cpp
parentddc77036f61620d15faad818b228a147dbd88852 (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.cpp2
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();