mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-03 14:53:12 +02:00
.
This commit is contained in:
+2
-1
@@ -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]))
|
||||
{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user