mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-03 17:43:12 +02:00
+- Added infofield in /stats L for clients/listeners
+- Fixed a blocking socket thing +- Fixed up /stats L bug
This commit is contained in:
@@ -215,4 +215,6 @@
|
||||
- Added hatblade's files
|
||||
- Added some credits
|
||||
- Fixed a real bad /whois bug, reported by BiGi
|
||||
- Fixed a problem with /sajoin .. atleast possible
|
||||
- Fixed a problem with /sajoin .. atleast possible
|
||||
- Added infofield in /stats L for clients/listeners
|
||||
- Fixed a blocking socket thing
|
||||
|
||||
+2
-2
@@ -2421,10 +2421,10 @@ int m_stats(cptr, sptr, parc, parv)
|
||||
continue;
|
||||
if (!doall && wilds && match(name, acptr->name))
|
||||
continue;
|
||||
/* if (!(parc == 2 && IsServer(acptr)) &&
|
||||
if (!(parc == 2 && (IsServer(acptr) || (acptr->flags & FLAGS_LISTEN))) &&
|
||||
!(doall || wilds) && mycmp(name, acptr->name))
|
||||
continue;
|
||||
*/
|
||||
|
||||
#ifdef DEBUGMODE
|
||||
ircsprintf(pbuf, "%d :%d", acptr->cputime,
|
||||
(acptr->user && MyConnect(acptr)) ?
|
||||
|
||||
Reference in New Issue
Block a user