summaryrefslogtreecommitdiff
path: root/src/module.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/module.cpp')
-rw-r--r--src/module.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/module.cpp b/src/module.cpp
index f5cc178d2..41dfab0b0 100644
--- a/src/module.cpp
+++ b/src/module.cpp
@@ -15,12 +15,6 @@
Module::Module(const std::string &mname, const std::string &creator)
{
this->name = mname; /* Our name */
- this->nickHelp = NULL;
- this->chanHelp = NULL;
- this->memoHelp = NULL;
- this->botHelp = NULL;
- this->operHelp = NULL;
- this->hostHelp = NULL;
this->type = THIRD;
this->handle = NULL;