Index: src/modules/m_sdesc.c
===================================================================
RCS file: /home/cmunk/ircsystems/cvsroot/unreal/src/modules/Attic/m_sdesc.c,v
retrieving revision 1.1.2.16
diff -u -r1.1.2.16 m_sdesc.c
--- src/modules/m_sdesc.c	11 Nov 2003 20:20:22 -0000	1.1.2.16
+++ src/modules/m_sdesc.c	3 Jan 2007 00:25:38 -0000
@@ -130,13 +130,11 @@
 	    parv[1]);
 
 	if (MyConnect(sptr))
-	{
 		sendto_one(sptr,
-		    ":%s NOTICE %s :Your \"server description\" is now set to be %s - you have to set it manually to undo it",
-		    me.name, parv[0], parv[1]);
-		return 0;
-	}
+			":%s NOTICE %s :Your \"server description\" is now set to be %s - you have to set it manually to undo it",
+			me.name, parv[0], parv[1]);
+
 	sendto_ops("Server description for %s is now '%s' changed by %s",
-	    sptr->srvptr->name, sptr->srvptr->info, parv[0]);
+		sptr->srvptr->name, sptr->srvptr->info, parv[0]);
 	return 0;
 }
