diff options
author | Adam <Adam@anope.org> | 2014-01-14 03:50:08 -0500 |
---|---|---|
committer | Adam <Adam@anope.org> | 2014-01-14 03:50:08 -0500 |
commit | 43aaaeab7e0c81dcd65621216603a7f346e0d85f (patch) | |
tree | 07c89e03bc5835ab1fee14c3ebafb7cf9c2e668c /modules/m_dnsbl.cpp | |
parent | ccae59430ab50393f43ccc38a6a6c0c24191b601 (diff) |
Mark m_sql_log, m_rewrite, and m_dnsbl as extra so they show up in modlist with no parameters, as they are "unusual"
Diffstat (limited to 'modules/m_dnsbl.cpp')
-rw-r--r-- | modules/m_dnsbl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/m_dnsbl.cpp b/modules/m_dnsbl.cpp index 6f2c05862..b19a66ea4 100644 --- a/modules/m_dnsbl.cpp +++ b/modules/m_dnsbl.cpp @@ -87,7 +87,7 @@ class ModuleDNSBL : public Module bool add_to_akill; public: - ModuleDNSBL(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator, VENDOR) + ModuleDNSBL(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator, VENDOR | EXTRA) { } |