diff options
Diffstat (limited to 'modules/commands/ns_alist.cpp')
-rw-r--r-- | modules/commands/ns_alist.cpp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/modules/commands/ns_alist.cpp b/modules/commands/ns_alist.cpp index a2ee212b4..dc05360a4 100644 --- a/modules/commands/ns_alist.cpp +++ b/modules/commands/ns_alist.cpp @@ -11,7 +11,8 @@ #include "module.h" -class CommandNSAList : public Command +class CommandNSAList + : public Command { static bool ChannelSort(ChannelInfo *ci1, ChannelInfo *ci2) { @@ -131,7 +132,8 @@ public: } }; -class NSAList : public Module +class NSAList + : public Module { CommandNSAList commandnsalist; |