diff options
Diffstat (limited to 'modules/commands/cs_sync.cpp')
-rw-r--r-- | modules/commands/cs_sync.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/commands/cs_sync.cpp b/modules/commands/cs_sync.cpp index 2937cc4fc..29c3e6ef4 100644 --- a/modules/commands/cs_sync.cpp +++ b/modules/commands/cs_sync.cpp @@ -51,7 +51,7 @@ class CSSync : public Module { CommandCSSync commandcssync; public: - CSSync(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator, SUPPORTED), + CSSync(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator, CORE), commandcssync(this) { this->SetAuthor("Anope"); |