diff --git a/Changes b/Changes index 761f4094d..fd153602c 100644 --- a/Changes +++ b/Changes @@ -1261,3 +1261,5 @@ seen. gmtime warning still there - Fixed a stupid m_oper bug - Fixed a win32 editor bug causing a crash when you click save multiple times - Fixed a /stats q bug where it would crash if there was an sqline with no reason, reported by toji (#0000120) +- Fixed a bug that caused locops to see client exiting but not client connecting notices while +s +c, + reported and fixed by cmx (#0000123) diff --git a/src/send.c b/src/send.c index cb6bd21a0..07ce425c1 100644 --- a/src/send.c +++ b/src/send.c @@ -1664,7 +1664,7 @@ void sendto_connectnotice(char *nick, anUser *user, aClient *sptr) for (i = 0; i <= LastSlot; i++) if ((cptr = local[i]) && !IsServer(cptr) && !IsMe(cptr) && - IsOper(cptr) && (cptr->user->snomask & SNO_CLIENT)) + IsAnOper(cptr) && (cptr->user->snomask & SNO_CLIENT)) { if (IsHybNotice(cptr)) sendto_one(cptr, ":%s NOTICE %s :%s", me.name,