]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modes/umode_w.cpp
Ive tidied up the mode count stuff, but i still cant duplicate negative invisible...
[user/henk/code/inspircd.git] / src / modes / umode_w.cpp
index 383c91f6ef1f5e6a179d568a42141e41bd6e6e23..50000f75f126c9fa9ecea1481ce5637f6d3122d2 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;
        }