summaryrefslogtreecommitdiff
path: root/modules/commands/ns_logout.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/commands/ns_logout.cpp')
-rw-r--r--modules/commands/ns_logout.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/modules/commands/ns_logout.cpp b/modules/commands/ns_logout.cpp
index ae775ea0d..7a273f08c 100644
--- a/modules/commands/ns_logout.cpp
+++ b/modules/commands/ns_logout.cpp
@@ -13,7 +13,8 @@
static ServiceReference<NickServService> NickServService("NickServService", "NickServ");
-class CommandNSLogout : public Command
+class CommandNSLogout
+ : public Command
{
public:
CommandNSLogout(Module *creator) : Command(creator, "nickserv/logout", 0, 2)
@@ -76,7 +77,8 @@ public:
}
};
-class NSLogout : public Module
+class NSLogout
+ : public Module
{
CommandNSLogout commandnslogout;