1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-08 17:53:14 +02:00
This commit is contained in:
stskeeps
2001-05-15 13:46:59 +00:00
parent 0c6e023e07
commit 6f7214ba2a
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -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
View File
@@ -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);