1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-03 14:53:12 +02:00
This commit is contained in:
stskeeps
2000-08-25 15:41:37 +00:00
parent dc5f3390bc
commit 90f0809b44
+2 -1
View File
@@ -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]))
{