diff --git a/Changes b/Changes index 25012220c..2fee7c64e 100644 --- a/Changes +++ b/Changes @@ -352,3 +352,4 @@ - In ./Config it runs a quick test to see how many socket()s you can do - Fixed the double +cF notice on local connections exiting, ugly hack - Removed the last traces of unix sockets, flag 0x10 free now +- Made all ircops able to use +F diff --git a/src/s_user.c b/src/s_user.c index a2c4c2405..feb8d0015 100644 --- a/src/s_user.c +++ b/src/s_user.c @@ -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))