mirror of
https://git.freebsd.org/ports.git
synced 2025-07-01 17:40:40 -04:00
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>
11 lines
339 B
C
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 *[]);
|