]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modes/umode_w.cpp
Add config <options:disablehmac> to support disabling of HMAC, and tidy up to detect...
[user/henk/code/inspircd.git] / src / modes / umode_w.cpp
index eba24778ace7421b784fd2574410c64fa3b0fabf..383c91f6ef1f5e6a179d568a42141e41bd6e6e23 100644 (file)
@@ -39,7 +39,7 @@ ModeAction ModeUserWallops::OnModeChange(userrec* source, userrec* dest, chanrec
        return MODEACTION_DENY;
 }
 
-unsigned int GetCount()
+unsigned int ModeUserWallops::GetCount()
 {
        return count;
 }