1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-03 08:13:14 +02:00

Made all IRCops able to use +F

This commit is contained in:
stskeeps
2000-06-07 14:14:49 +00:00
parent 12d99c8026
commit 7e3d2d8ea7
2 changed files with 1 additions and 3 deletions
-3
View File
@@ -4358,9 +4358,6 @@ int m_umode(cptr, sptr, parc, parv)
if ((sptr->umodes & (UMODE_KIX)) && !(IsNetAdmin(sptr)
|| IsTechAdmin(sptr)))
sptr->umodes &= ~UMODE_KIX;
if ((sptr->umodes & (UMODE_FCLIENT)) && !(IsNetAdmin(sptr)
|| IsTechAdmin(sptr)))
sptr->umodes &= ~UMODE_FCLIENT;
/* Agents
if ((sptr->umodes & (UMODE_AGENT)) && !(sptr->oflag & OFLAG_AGENT))