1
0
mirror of https://github.com/anope/anope.git synced 2026-07-09 06:03:14 +02:00

Mark m_sql_log, m_rewrite, and m_dnsbl as extra so they show up in modlist with no parameters, as they are "unusual"

This commit is contained in:
Adam
2014-01-14 03:50:08 -05:00
parent ccae59430a
commit 43aaaeab7e
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -153,7 +153,7 @@ class ModuleRewrite : public Module
RewriteCommand cmdrewrite;
public:
ModuleRewrite(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator, VENDOR), cmdrewrite(this)
ModuleRewrite(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator, VENDOR | EXTRA), cmdrewrite(this)
{
}