summaryrefslogtreecommitdiff
path: root/src/commands.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands.cpp')
-rw-r--r--src/commands.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/commands.cpp b/src/commands.cpp
index d4f380272..9215a4db5 100644
--- a/src/commands.cpp
+++ b/src/commands.cpp
@@ -24,6 +24,11 @@
#include "inspircd.h"
+SplitCommand::SplitCommand(Module* me, const std::string& cmd, unsigned int minpara, unsigned int maxpara)
+ : Command(me, cmd, minpara, maxpara)
+{
+}
+
CmdResult SplitCommand::Handle(User* user, const Params& parameters)
{
switch (user->usertype)