From a753cc1ec3af9c2d6095f313c233050585f96f98 Mon Sep 17 00:00:00 2001 From: special Date: Wed, 27 Sep 2006 21:22:27 +0000 Subject: Fixed /spynames, thanks to relax for finding the bug git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5353 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/m_spy.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/modules/m_spy.cpp b/src/modules/m_spy.cpp index 6e1897aa2..1698b16e2 100644 --- a/src/modules/m_spy.cpp +++ b/src/modules/m_spy.cpp @@ -107,7 +107,7 @@ class cmd_spynames : public command_t return CMD_FAILURE; } - if (ServerInstance->Parser->LoopCall(user, this, parameters, pcnt, 1)) + if (ServerInstance->Parser->LoopCall(user, this, parameters, pcnt, 0)) return CMD_FAILURE; c = ServerInstance->FindChan(parameters[0]); -- cgit v1.2.3