diff options
Diffstat (limited to 'modules/commands/ns_resetpass.cpp')
-rw-r--r-- | modules/commands/ns_resetpass.cpp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/modules/commands/ns_resetpass.cpp b/modules/commands/ns_resetpass.cpp index 77f36bf12..73759a251 100644 --- a/modules/commands/ns_resetpass.cpp +++ b/modules/commands/ns_resetpass.cpp @@ -13,7 +13,8 @@ static bool SendResetEmail(User *u, const NickAlias *na, BotInfo *bi); -class CommandNSResetPass : public Command +class CommandNSResetPass + : public Command { public: CommandNSResetPass(Module *creator) : Command(creator, "nickserv/resetpass", 2, 2) @@ -60,7 +61,8 @@ struct ResetInfo time_t time; }; -class NSResetPass : public Module +class NSResetPass + : public Module { CommandNSResetPass commandnsresetpass; PrimitiveExtensibleItem<ResetInfo> reset; |