From 8e908f0a6864eab4cf37997773603e9943bb7892 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Thu, 7 Feb 2019 12:17:09 +0000 Subject: SnomaskManager: remove fakederef. --- src/modules/m_ojoin.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/modules/m_ojoin.cpp') diff --git a/src/modules/m_ojoin.cpp b/src/modules/m_ojoin.cpp index 2437616de..13a1361c0 100644 --- a/src/modules/m_ojoin.cpp +++ b/src/modules/m_ojoin.cpp @@ -54,7 +54,7 @@ class CommandOjoin : public SplitCommand if (channel) { - ServerInstance->SNO->WriteGlobalSno('a', user->nick+" used OJOIN to join "+channel->name); + ServerInstance->SNO.WriteGlobalSno('a', user->nick+" used OJOIN to join "+channel->name); if (notice) { @@ -69,7 +69,7 @@ class CommandOjoin : public SplitCommand if (!channel) return CMD_FAILURE; - ServerInstance->SNO->WriteGlobalSno('a', user->nick+" used OJOIN in "+parameters[0]); + ServerInstance->SNO.WriteGlobalSno('a', user->nick+" used OJOIN in "+parameters[0]); // they're already in the channel Modes::ChangeList changelist; changelist.push_add(npmh, user->nick); -- cgit v1.3.1-10-gc9f91