Announcement

Collapse
No announcement yet.

mIRC problem fix with /whois command.

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • mIRC problem fix with /whois command.

    By default mIRC setting this is bugged, for example on one network there are different servers. If the user is on a different server you will not see their idle time in /whois command, it will show nothing (no info).
    To fix that problem follow these steps Tools -> Script Editor -> Popups Tab -> View -> Nick list.
    Next is try to find this:
    Info:/uwho $1
    Whois:/whois $$1
    After finding this edit it like this:
    Info:/uwho $1 $1
    Whois:/whois $$1 $$1
    Last edited by PANZEHIR; 16-02-19, 12:27 AM.

There is currently 1 user online. 0 members and 1 guests.

Most users ever online was 15,681 at 08:23 AM on 17-06-20.

Working...
X