summaryrefslogtreecommitdiff
path: root/modules/commands/ns_getemail.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/commands/ns_getemail.cpp')
-rw-r--r--modules/commands/ns_getemail.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/modules/commands/ns_getemail.cpp b/modules/commands/ns_getemail.cpp
index e69b7a2a1..d3c18c0cf 100644
--- a/modules/commands/ns_getemail.cpp
+++ b/modules/commands/ns_getemail.cpp
@@ -15,7 +15,8 @@
#include "module.h"
-class CommandNSGetEMail : public Command
+class CommandNSGetEMail
+ : public Command
{
public:
CommandNSGetEMail(Module *creator) : Command(creator, "nickserv/getemail", 1, 1)
@@ -58,7 +59,8 @@ public:
}
};
-class NSGetEMail : public Module
+class NSGetEMail
+ : public Module
{
CommandNSGetEMail commandnsgetemail;
public: