1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/irc/ircd-hybrid/files/patch-modules_m_help.c
Pav Lucistnik a11a5459e5 - Update to 7.2.0
PR:		ports/91559
Submitted by:	Diane Bruce <db@db.net> (maintainer)
2006-01-09 22:49:56 +00:00

12 lines
341 B
C

--- modules/m_help.c.orig Mon Jan 9 01:33:47 2006
+++ modules/m_help.c Mon Jan 9 01:33:51 2006
@@ -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 *[]);