From 6e39923ee904795ca6ddf7d7b5d377d3b1591642 Mon Sep 17 00:00:00 2001 From: peavey Date: Fri, 29 Aug 2008 20:19:31 +0000 Subject: Fix extra End of /STATS on spanningtree override of stats c and n. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10350 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/commands/cmd_stats.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/commands/cmd_stats.cpp') diff --git a/src/commands/cmd_stats.cpp b/src/commands/cmd_stats.cpp index b4e3d64be..6ff764cf6 100644 --- a/src/commands/cmd_stats.cpp +++ b/src/commands/cmd_stats.cpp @@ -88,11 +88,9 @@ DllExport void DoStats(InspIRCd* ServerInstance, char statschar, User* user, str } break; + /* These stats symbols must be handled by a linking module */ case 'n': case 'c': - { - /* This stats symbol must be handled by a linking module */ - } break; case 'i': -- cgit v1.2.3