mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-06-27 23:56:38 +02:00
Made all IRCops able to use +F
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user