diff options
Diffstat (limited to 'modules/commands/cs_clone.cpp')
-rw-r--r-- | modules/commands/cs_clone.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/commands/cs_clone.cpp b/modules/commands/cs_clone.cpp index 5201b332c..79db9fd57 100644 --- a/modules/commands/cs_clone.cpp +++ b/modules/commands/cs_clone.cpp @@ -12,7 +12,7 @@ #include "module.h" #include "modules/bs_badwords.h" -class CommandCSClone +class CommandCSClone final : public Command { void CopySetting(ChannelInfo *ci, ChannelInfo *target_ci, const Anope::string &setting) @@ -247,7 +247,7 @@ public: } }; -class CSClone +class CSClone final : public Module { CommandCSClone commandcsclone; |