summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorrburchell <rburchell@5417fbe8-f217-4b02-8779-1006273d7864>2009-02-15 15:20:23 +0000
committerrburchell <rburchell@5417fbe8-f217-4b02-8779-1006273d7864>2009-02-15 15:20:23 +0000
commite1828057c322f6e905bcc55a9b5613853d394081 (patch)
tree6a87cba8168f4ea27f8249d7d90efa48e09e9012 /src
parentbce21304f7bc8cca0a812d76f988d60b3773b1f1 (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')
-rw-r--r--src/svsopers.cpp21
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)
+{
+
+}
+