From 600ea3b38fde78c8105f94c39772dea8043f0573 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Thu, 27 Feb 2020 11:50:30 +0000 Subject: Clean up the documentation of the Command and SplitCommand classes. --- src/commands.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/commands.cpp') 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) -- cgit v1.3.1-10-gc9f91