summaryrefslogtreecommitdiff
path: root/src/modes/umode_w.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modes/umode_w.cpp')
-rw-r--r--src/modes/umode_w.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modes/umode_w.cpp b/src/modes/umode_w.cpp
index a78e252a3..5990fd2a0 100644
--- a/src/modes/umode_w.cpp
+++ b/src/modes/umode_w.cpp
@@ -17,7 +17,7 @@
#include "users.h"
#include "modes/umode_w.h"
-ModeUserWallops::ModeUserWallops(InspIRCd* Instance) : SimpleUserModeHandler(Instance, 'w')
+ModeUserWallops::ModeUserWallops(InspIRCd* Instance) : SimpleUserModeHandler(Instance, NULL, 'w')
{
}