1
0
mirror of https://github.com/anope/anope.git synced 2026-06-30 21:26:37 +02:00

Mark the new commands/ modules as CORE and fixed a typo in the example.conf

This commit is contained in:
Adam
2011-08-05 06:18:38 -04:00
parent e66063e630
commit 5e18a7292b
11 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -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");