? m_help.patch
Index: src/modules/m_help.c
===================================================================
RCS file: /home/cmunk/ircsystems/cvsroot/unreal/src/modules/Attic/m_help.c,v
retrieving revision 1.1.2.2.2.1
diff -u -r1.1.2.2.2.1 m_help.c
--- src/modules/m_help.c	28 Oct 2006 14:10:31 -0000	1.1.2.2.2.1
+++ src/modules/m_help.c	19 Apr 2007 01:04:43 -0000
@@ -103,10 +103,6 @@
    at least it won't do that gracefully, whatever it is it does - but
    checking whether or not it's a person _is_ good... -Donwulff */
 
-	if (!IsServer(sptr) && MyConnect(sptr) && !IsPerson(sptr))
-	{
-	}
-
 	if (IsServer(sptr) || IsHelpOp(sptr))
 	{
 		if (BadPtr(message)) {
