diff options
Diffstat (limited to 'irc/ircd-hybrid/files/patch-contrib_m_help.c')
-rw-r--r-- | irc/ircd-hybrid/files/patch-contrib_m_help.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/irc/ircd-hybrid/files/patch-contrib_m_help.c b/irc/ircd-hybrid/files/patch-contrib_m_help.c new file mode 100644 index 000000000000..4c5424163109 --- /dev/null +++ b/irc/ircd-hybrid/files/patch-contrib_m_help.c @@ -0,0 +1,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 *[]); |