ports/irc/ircd-hybrid/files/patch-contrib_m_help.c
Pav Lucistnik 41b6c416db - Update to 7.1.2
PR:		ports/84777
Submitted by:	Diane Bruce <db@db.net>
Approved by:	maintainer timeout (1 month)

- Switch to rcNG startup script

PR:		ports/85564
Submitted by:	hr <asher@raout.org>
2005-09-16 08:22:53 +00:00

11 lines
339 B
C

--- contrib/m_help.c.orig Sat Jul 23 15:52:17 2005
+++ contrib/m_help.c Sat Jul 23 15:50:40 2005
@@ -36,8 +36,6 @@
#include "modules.h"
#include "irc_string.h"
-#define HPATH IRCD_PREFIX "/help/opers"
-#define UHPATH IRCD_PREFIX "/help/users"
#define HELPLEN 400
static void m_help(struct Client*, struct Client*, int, char *[]);