summaryrefslogtreecommitdiff
path: root/src/core/cs_logout.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/cs_logout.c')
-rw-r--r--src/core/cs_logout.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/cs_logout.c b/src/core/cs_logout.c
index b785a27c7..8a490fd98 100644
--- a/src/core/cs_logout.c
+++ b/src/core/cs_logout.c
@@ -22,7 +22,7 @@ void make_unidentified(User * u, ChannelInfo * ci);
class CSLogout : public Module
{
public:
- CSLogout(const std::string &creator) : Module(creator)
+ CSLogout(const std::string &modname, const std::string &creator) : Module(creator)
{
Command *c;