summaryrefslogtreecommitdiff
path: root/modules/commands/cs_list.cpp
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2014-12-27 13:13:11 -0500
committerAdam <Adam@anope.org>2014-12-27 13:13:11 -0500
commited920366d69801bab7fc276fa24296b7f1264ff2 (patch)
treef44e016ae383f7ddacbb466dde2f7fc931eb2f63 /modules/commands/cs_list.cpp
parent50acad5ce451b44b469890fe46ce14c7ffd031ca (diff)
Remove now unnecessary eventhook constructor calls in module init lists
Diffstat (limited to 'modules/commands/cs_list.cpp')
-rw-r--r--modules/commands/cs_list.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/commands/cs_list.cpp b/modules/commands/cs_list.cpp
index e3efaa547..5a4c58bff 100644
--- a/modules/commands/cs_list.cpp
+++ b/modules/commands/cs_list.cpp
@@ -244,7 +244,6 @@ class CSList : public Module
public:
CSList(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator, VENDOR)
- , EventHook<Event::ChanInfo>()
, commandcslist(this)
, commandcssetprivate(this)
, priv(this, "CS_PRIVATE")