From b0884a94ef85f28fa964adc1b4f0732f2986ca7a Mon Sep 17 00:00:00 2001 From: danieldg Date: Sat, 2 May 2009 19:55:02 +0000 Subject: Globally route "a" snotices for more modules. Patch from Milliways. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11352 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/m_saquit.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/m_saquit.cpp') diff --git a/src/modules/m_saquit.cpp b/src/modules/m_saquit.cpp index ad04ed4e6..cf965ced8 100644 --- a/src/modules/m_saquit.cpp +++ b/src/modules/m_saquit.cpp @@ -38,7 +38,7 @@ class CommandSaquit : public Command return CMD_FAILURE; } - ServerInstance->SNO->WriteToSnoMask('a', std::string(user->nick)+" used SAQUIT to make "+std::string(dest->nick)+" quit with a reason of "+parameters[1]); + ServerInstance->SNO->WriteGlobalSno('a', std::string(user->nick)+" used SAQUIT to make "+std::string(dest->nick)+" quit with a reason of "+parameters[1]); // Pass the command on, so the client's server can quit it properly. if (!IS_LOCAL(dest)) -- cgit v1.3.1-10-gc9f91