]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Don't return CMD_SUCCESS. This command shouldn't go out on the wire.
authorw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>
Mon, 28 May 2007 14:57:32 +0000 (14:57 +0000)
committerw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>
Mon, 28 May 2007 14:57:32 +0000 (14:57 +0000)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7172 e03df62e-2008-0410-955e-edbf42e46eb7

src/modules/m_cycle.cpp

index 60b2b82b926f6101c6e521888703920d3e1cd184..1ffc0b2e77a66633a0a65ed45be0ab51c30c3c67 100644 (file)
@@ -61,7 +61,7 @@ class cmd_cycle : public command_t
                                chanrec::JoinUser(ServerInstance, user, parameters[0], true, "", ServerInstance->Time(true));
                        }
 
-                       return CMD_SUCCESS;
+                       return CMD_LOCALONLY;
                }
                else
                {