blob: 4c5424163109d9d1dfbf433a59d0100b2c75a1ce (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- 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 *[]);
|