summaryrefslogtreecommitdiff
path: root/modules/commands/ns_recover.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/commands/ns_recover.cpp')
-rw-r--r--modules/commands/ns_recover.cpp9
1 files changed, 6 insertions, 3 deletions
diff --git a/modules/commands/ns_recover.cpp b/modules/commands/ns_recover.cpp
index 7836949a6..52c58d841 100644
--- a/modules/commands/ns_recover.cpp
+++ b/modules/commands/ns_recover.cpp
@@ -23,7 +23,8 @@ public:
Anope::string to;
};
-class NSRecoverRequest : public IdentifyRequest
+class NSRecoverRequest
+ : public IdentifyRequest
{
CommandSource source;
Command *cmd;
@@ -141,7 +142,8 @@ public:
}
};
-class CommandNSRecover : public Command
+class CommandNSRecover
+ : public Command
{
public:
CommandNSRecover(Module *creator) : Command(creator, "nickserv/recover", 1, 2)
@@ -221,7 +223,8 @@ public:
}
};
-class NSRecover : public Module
+class NSRecover
+ : public Module
{
CommandNSRecover commandnsrecover;
PrimitiveExtensibleItem<NSRecoverInfo> recover;