mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-10 06:23:13 +02:00
Renamed FAKE_LAG_FOR_LOCOPS and made chanops override chmode +V
This commit is contained in:
+1
-1
@@ -177,7 +177,7 @@ void ban_flooder(aClient *cptr)
|
||||
inline void parse_addlag(aClient *cptr, int cmdbytes)
|
||||
{
|
||||
if (!IsServer(cptr) &&
|
||||
#ifdef FAKE_LAG_FOR_LOCOPS
|
||||
#ifdef NO_FAKE_LAG_FOR_LOCOPS
|
||||
!IsAnOper(cptr))
|
||||
#else
|
||||
!IsOper(cptr))
|
||||
|
||||
Reference in New Issue
Block a user