diff options
author | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-10-18 16:52:44 +0000 |
---|---|---|
committer | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-10-18 16:52:44 +0000 |
commit | ca42e175351b6209a8e9cbd5eb92bba4f38a38ce (patch) | |
tree | 6ffdd0c0a9c5ac6d99f6d54791230bc7b956a56b /src/inspircd.cpp | |
parent | 8ed67ec1374da80a61927498e72e0fab3de4b200 (diff) |
Add skeleton of HasPrivPermission.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10660 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/inspircd.cpp')
-rw-r--r-- | src/inspircd.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/inspircd.cpp b/src/inspircd.cpp index 463f9d82f..c1be9812b 100644 --- a/src/inspircd.cpp +++ b/src/inspircd.cpp @@ -656,6 +656,8 @@ InspIRCd::InspIRCd(int argc, char** argv) /* set up fake client again this time with the correct uid */ this->FakeClient = new User(this, "#INVALID"); this->FakeClient->SetFd(FD_MAGIC_NUMBER); + this->FakeClient->HasPrivPermission("users", "override/topic"); + exit(0); // Get XLine to do it's thing. this->XLines->CheckELines(); |