]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Fix bug #751 (wallops are not being processed remotely), reported by Taros.
authorw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>
Mon, 9 Mar 2009 19:32:06 +0000 (19:32 +0000)
committerw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>
Mon, 9 Mar 2009 19:32:06 +0000 (19:32 +0000)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11191 e03df62e-2008-0410-955e-edbf42e46eb7

src/users.cpp

index 493f44bc0706f868824f61de9473062db9381a0f..6a53c231ed065e2f3c1cabb0af88468238126419 100644 (file)
@@ -1589,9 +1589,6 @@ void User::WriteCommonExcept(const std::string &text)
 
 void User::WriteWallOps(const std::string &text)
 {
-       if (!IS_LOCAL(this))
-               return;
-
        std::string wallop("WALLOPS :");
        wallop.append(text);