summaryrefslogtreecommitdiff
path: root/modules/commands/ns_drop.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/commands/ns_drop.cpp')
-rw-r--r--modules/commands/ns_drop.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/modules/commands/ns_drop.cpp b/modules/commands/ns_drop.cpp
index c088d88fc..d69486e8a 100644
--- a/modules/commands/ns_drop.cpp
+++ b/modules/commands/ns_drop.cpp
@@ -11,7 +11,8 @@
#include "module.h"
-class CommandNSDrop : public Command
+class CommandNSDrop
+ : public Command
{
public:
CommandNSDrop(Module *creator) : Command(creator, "nickserv/drop", 1, 1)
@@ -71,7 +72,8 @@ public:
}
};
-class NSDrop : public Module
+class NSDrop
+ : public Module
{
CommandNSDrop commandnsdrop;