1
0
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:
codemastr
2004-01-17 20:13:48 +00:00
parent e406e0d99a
commit c07e1f96e1
4 changed files with 6 additions and 3 deletions
+1 -1
View File
@@ -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))