]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modes/umode_w.cpp
Debug to try figure this out ..
[user/henk/code/inspircd.git] / src / modes / umode_w.cpp
index 383c91f6ef1f5e6a179d568a42141e41bd6e6e23..3f1cd90c8b402292592f08659c6c9ad40a13ed3f 100644 (file)
@@ -31,7 +31,6 @@ ModeAction ModeUserWallops::OnModeChange(userrec* source, userrec* dest, chanrec
        if (dest->modes[UM_WALLOPS] != adding)
        {
                dest->modes[UM_WALLOPS] = adding;
-               this->count += (adding ? 1: -1);
                return MODEACTION_ALLOW;
        }
 
@@ -43,4 +42,3 @@ unsigned int ModeUserWallops::GetCount()
 {
        return count;
 }
-