summaryrefslogtreecommitdiff
path: root/modules/extra/m_sql_log.cpp
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2014-01-14 03:50:08 -0500
committerAdam <Adam@anope.org>2014-01-14 03:50:08 -0500
commit43aaaeab7e0c81dcd65621216603a7f346e0d85f (patch)
tree07c89e03bc5835ab1fee14c3ebafb7cf9c2e668c /modules/extra/m_sql_log.cpp
parentccae59430ab50393f43ccc38a6a6c0c24191b601 (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/extra/m_sql_log.cpp')
-rw-r--r--modules/extra/m_sql_log.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/extra/m_sql_log.cpp b/modules/extra/m_sql_log.cpp
index b0c6c037f..42b5b8924 100644
--- a/modules/extra/m_sql_log.cpp
+++ b/modules/extra/m_sql_log.cpp
@@ -16,7 +16,7 @@ class SQLLog : public Module
Anope::string table;
public:
- SQLLog(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator, VENDOR)
+ SQLLog(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator, VENDOR | EXTRA)
{
}