From df502255c15842fe94ee514f2f1d599b524981b8 Mon Sep 17 00:00:00 2001 From: peavey Date: Thu, 10 May 2007 04:09:54 +0000 Subject: Fix duplicate End of /NAMES list from here. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6943 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/m_spy.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/modules/m_spy.cpp b/src/modules/m_spy.cpp index 7c91119b7..f0c361d82 100644 --- a/src/modules/m_spy.cpp +++ b/src/modules/m_spy.cpp @@ -127,7 +127,6 @@ class cmd_spynames : public command_t { ServerInstance->WriteOpers("*** Oper %s used SPYNAMES to view the users on %s", user->nick, parameters[0]); spy_userlist(user,c); - user->WriteServ("366 %s %s :End of /NAMES list.", user->nick, c->name); } else { -- cgit v1.2.3