mirror of
https://github.com/anope/anope.git
synced 2026-07-10 10:23:13 +02:00
Remove unnecessary return statements at the end of blocks.
This commit is contained in:
@@ -191,7 +191,6 @@ private:
|
||||
else
|
||||
source.Reply(_("Memo limit \002disabled\002 for %s."), !chan.empty() ? chan.c_str() : user.c_str());
|
||||
}
|
||||
return;
|
||||
}
|
||||
public:
|
||||
CommandMSSet(Module *creator) : Command(creator, "memoserv/set", 2, 5)
|
||||
@@ -215,8 +214,6 @@ public:
|
||||
{
|
||||
this->OnSyntaxError(source, "");
|
||||
}
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
bool OnHelp(CommandSource &source, const Anope::string &subcommand) override
|
||||
|
||||
Reference in New Issue
Block a user