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_setident.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/m_setident.cpp') diff --git a/src/modules/m_setident.cpp b/src/modules/m_setident.cpp index b8e9c5862..805ca4eb0 100644 --- a/src/modules/m_setident.cpp +++ b/src/modules/m_setident.cpp @@ -48,7 +48,7 @@ class CommandSetident : public Command } user->ChangeIdent(parameters[0].c_str()); - ServerInstance->SNO->WriteToSnoMask('a', "%s used SETIDENT to change their ident to '%s'", user->nick.c_str(), user->ident.c_str()); + ServerInstance->SNO->WriteGlobalSno('a', "%s used SETIDENT to change their ident to '%s'", user->nick.c_str(), user->ident.c_str()); return CMD_SUCCESS; } -- cgit v1.2.3