mirror of
https://github.com/anope/anope.git
synced 2026-06-27 03:36:37 +02:00
Made the help command description code more sane
This commit is contained in:
@@ -18,6 +18,7 @@ class CommandHSOff : public Command
|
||||
public:
|
||||
CommandHSOff() : Command("OFF", 0, 0)
|
||||
{
|
||||
this->SetDesc("Deactivates your assigned vhost");
|
||||
}
|
||||
|
||||
CommandReturn Execute(CommandSource &source, const std::vector<Anope::string> ¶ms)
|
||||
@@ -45,11 +46,6 @@ class CommandHSOff : public Command
|
||||
"on you will see your real IP address."));
|
||||
return true;
|
||||
}
|
||||
|
||||
void OnServHelp(CommandSource &source)
|
||||
{
|
||||
source.Reply(_(" OFF Deactivates your assigned vhost"));
|
||||
}
|
||||
};
|
||||
|
||||
class HSOff : public Module
|
||||
|
||||
Reference in New Issue
Block a user