mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
a11a5459e5
PR: ports/91559 Submitted by: Diane Bruce <db@db.net> (maintainer)
12 lines
341 B
C
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 *[]);
|