diff options
author | rburchell <rburchell@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-02-15 15:20:23 +0000 |
---|---|---|
committer | rburchell <rburchell@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-02-15 15:20:23 +0000 |
commit | e1828057c322f6e905bcc55a9b5613853d394081 (patch) | |
tree | 6a87cba8168f4ea27f8249d7d90efa48e09e9012 /src/svsopers.cpp | |
parent | bce21304f7bc8cca0a812d76f988d60b3773b1f1 (diff) |
Add include/svsoper.h, add skeleton methods/doc.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2058 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/svsopers.cpp')
-rw-r--r-- | src/svsopers.cpp | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/src/svsopers.cpp b/src/svsopers.cpp index 32f4f7c2d..5e59467b6 100644 --- a/src/svsopers.cpp +++ b/src/svsopers.cpp @@ -1 +1,22 @@ #include "services.h" + +bool SVSOper::HasCommand(const std::string &cmdstr) +{ + +} + +bool SVSOper::HasPriv(const std::string &privstr) +{ + +} + +void SVSOper::AddCommand(const std::string &cmdstr) +{ + +} + +void SVSOper::AddPriv(const std::string &privstr) +{ + +} + |