]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modes/umode_w.cpp
Add ident change action to m_dnsbl [patch by cytrix]
[user/henk/code/inspircd.git] / src / modes / umode_w.cpp
index a78e252a30986dd3dce4d70dfe479199dd7a92e2..5990fd2a0d4acf84f0f406ab78338fcd82bfcd86 100644 (file)
@@ -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')
 {
 }