mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-10 19:19:02 -04:00
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:
parent
38c8e09fb6
commit
dab5741204
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user