From 90f0809b4440c6ff149217d2e2e53bd6932b45af Mon Sep 17 00:00:00 2001 From: stskeeps Date: Fri, 25 Aug 2000 15:41:37 +0000 Subject: [PATCH] . --- src/channel.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/channel.c b/src/channel.c index baed8fda6..c310bdabd 100644 --- a/src/channel.c +++ b/src/channel.c @@ -3927,6 +3927,7 @@ int m_list(aClient *cptr, aClient *sptr, int parc, char *parv[]) } /* if HTM, drop this too */ +#ifndef NO_FDLIST if (lifesux && !IsOper(cptr)) { sendto_one(sptr, err_str(ERR_HTMDISABLED), me.name, @@ -3935,7 +3936,7 @@ int m_list(aClient *cptr, aClient *sptr, int parc, char *parv[]) sendto_one(sptr, rpl_str(RPL_LISTEND), me.name, parv[0]); return 0; } - +#endif if (parc < 2 || BadPtr(parv[1])) {