mirror of
https://github.com/anope/anope.git
synced 2026-07-08 12:23:13 +02:00
Remove unnecessary return statements at the end of blocks.
This commit is contained in:
@@ -39,8 +39,6 @@ public:
|
||||
Log(LOG_COMMAND, source, this) << "to disable their vhost";
|
||||
source.Reply(_("Your vhost was removed and the normal cloaking restored."));
|
||||
}
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
bool OnHelp(CommandSource &source, const Anope::string &subcommand) override
|
||||
|
||||
Reference in New Issue
Block a user