summaryrefslogtreecommitdiff
path: root/src/inspircd.cpp
diff options
context:
space:
mode:
authorw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>2008-10-18 16:52:46 +0000
committerw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>2008-10-18 16:52:46 +0000
commitf43283920224b3d762ae371d7320024512a8afde (patch)
tree229f5e29aa542b20b0b5620c8e4399a1603df22c /src/inspircd.cpp
parentca42e175351b6209a8e9cbd5eb92bba4f38a38ce (diff)
Migrate oper commands to an std::set, add a set for privs also. Change the API a bit.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10661 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 c1be9812b..3a2392ee6 100644
--- a/src/inspircd.cpp
+++ b/src/inspircd.cpp
@@ -656,7 +656,7 @@ 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");
+ this->FakeClient->HasPrivPermission("users/override/topic");
exit(0);
// Get XLine to do it's thing.