summaryrefslogtreecommitdiff
path: root/src/modules/m_ojoin.cpp
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2020-01-29 11:44:50 +0000
committerSadie Powell <sadie@witchery.services>2020-01-29 12:00:32 +0000
commit6597fe5d4fd2c1cc474fa35a0db21fec480ff47f (patch)
tree1ad5986e40cb8e7dc392af21cd5d0e5e119196c2 /src/modules/m_ojoin.cpp
parent64df216836aa1027aa7d6b7242264a982dc540bc (diff)
Add Channel::WriteRemoteNotice and revert WriteNotice changes.
This is a partial reversion of 687778b72e. See also: #1749.
Diffstat (limited to 'src/modules/m_ojoin.cpp')
-rw-r--r--src/modules/m_ojoin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_ojoin.cpp b/src/modules/m_ojoin.cpp
index 0e924295c..467f8c5c6 100644
--- a/src/modules/m_ojoin.cpp
+++ b/src/modules/m_ojoin.cpp
@@ -60,7 +60,7 @@ class CommandOjoin : public SplitCommand
ServerInstance->SNO->WriteGlobalSno('a', user->nick+" used OJOIN to join "+channel->name);
if (notice)
- channel->WriteNotice(user->nick + " joined on official network business.");
+ channel->WriteRemoteNotice(user->nick + " joined on official network business.");
}
else
{