Fix bug #751 (wallops are not being processed remotely), reported by Taros.

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11191 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
w00t 2009-03-09 19:32:06 +00:00
parent 38c8e09fb6
commit dab5741204

View 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);