summaryrefslogtreecommitdiff
path: root/src/core/ms_read.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/ms_read.c')
-rw-r--r--src/core/ms_read.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ms_read.c b/src/core/ms_read.c
index bb92a7c61..f68a4d5b4 100644
--- a/src/core/ms_read.c
+++ b/src/core/ms_read.c
@@ -25,7 +25,7 @@ extern void rsend_notify(User * u, Memo * m, const char *chan);
class MSRead : public Module
{
public:
- MSRead(const std::string &modname, const std::string &creator) : Module(creator)
+ MSRead(const std::string &modname, const std::string &creator) : Module(modname, creator)
{
Command *c;