diff options
Diffstat (limited to 'modules/commands/hs_off.cpp')
-rw-r--r-- | modules/commands/hs_off.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/commands/hs_off.cpp b/modules/commands/hs_off.cpp index ad79dfadc..13a64c9d9 100644 --- a/modules/commands/hs_off.cpp +++ b/modules/commands/hs_off.cpp @@ -19,7 +19,6 @@ class CommandHSOff : public Command CommandHSOff(Module *creator) : Command(creator, "hostserv/off", 0, 0) { this->SetDesc(_("Deactivates your assigned vhost")); - this->SetSyntax(""); this->RequireUser(true); } |