From 6597fe5d4fd2c1cc474fa35a0db21fec480ff47f Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Wed, 29 Jan 2020 11:44:50 +0000 Subject: Add Channel::WriteRemoteNotice and revert WriteNotice changes. This is a partial reversion of 687778b72e. See also: #1749. --- src/modules/m_ojoin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/m_ojoin.cpp') 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 { -- cgit v1.3.1-10-gc9f91