summaryrefslogtreecommitdiff
path: root/include
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 /include
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 'include')
-rw-r--r--include/fakeuser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/fakeuser.h b/include/fakeuser.h
index 3237d4c5b..afb267c52 100644
--- a/include/fakeuser.h
+++ b/include/fakeuser.h
@@ -19,7 +19,7 @@
class CoreExport FakeUser : public User
{
public:
- FakeUser(InspIRCd* Instance) : User(Instance, "!")
+ FakeUser(InspIRCd* Instance, const std::string &uid) : User(Instance, uid)
{
SetFd(FD_FAKEUSER_NUMBER);
}