summaryrefslogtreecommitdiff
path: root/modules/commands/hs_off.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/commands/hs_off.cpp')
-rw-r--r--modules/commands/hs_off.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/commands/hs_off.cpp b/modules/commands/hs_off.cpp
index e2325bb45..67d0520fb 100644
--- a/modules/commands/hs_off.cpp
+++ b/modules/commands/hs_off.cpp
@@ -13,7 +13,7 @@
class CommandHSOff : public Command
{
- public:
+public:
CommandHSOff(Module *creator) : Command(creator, "hostserv/off", 0, 0)
{
this->SetDesc(_("Deactivates your assigned vhost"));
@@ -57,7 +57,7 @@ class HSOff : public Module
{
CommandHSOff commandhsoff;
- public:
+public:
HSOff(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator, VENDOR),
commandhsoff(this)
{