mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-08 17:53:14 +02:00
.
This commit is contained in:
@@ -497,3 +497,4 @@ seen. gmtime warning still there
|
||||
- Added code to make the config parser try and stay alive when an error is encountered
|
||||
- Added events code and converted some stuff to events
|
||||
- Converted htmcalc/lcf to events
|
||||
- Fixed /stats L bug found by larne
|
||||
|
||||
+1
-1
@@ -2493,7 +2493,7 @@ int m_stats(cptr, sptr, parc, parv)
|
||||
#else
|
||||
pbuf);
|
||||
#endif
|
||||
if (!IsServer(acptr) && IsAnOper(acptr))
|
||||
if (!IsServer(acptr) && !IsMe(acptr) && IsAnOper(acptr))
|
||||
sendto_one(acptr,
|
||||
":%s NOTICE %s :*** %s did a /stats L on you! IP may have been shown",
|
||||
me.name, acptr->name, sptr->name);
|
||||
|
||||
Reference in New Issue
Block a user