summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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)
+{
+
+}
+