mIRC Home    About    Download    Register    News    Help

Print Thread
#265775 19/07/19 01:03 PM
Joined: Jun 2017
Posts: 20
A
Angela Offline OP
Ameglian cow
OP Offline
Ameglian cow
A
Joined: Jun 2017
Posts: 20
raw 311:*:{ if ($window(@Whois) == $null) {
.window -e20n @Whois
editbox @Whois /whois
}

I am on 3 different servers and I would like a separate whois window to show up for each server. How can I do this?

Thanks

Angela #265776 19/07/19 04:52 PM
Joined: Sep 2010
Posts: 12
Pikka bird
Offline
Pikka bird
Joined: Sep 2010
Posts: 12
Hello Angela.
Instead of using a window called called @Whois, try to replace every @Whois with this $+(@Whois,$chr(160),$network)
~Cheers

Matt5150 #265777 19/07/19 05:40 PM
Joined: Jun 2017
Posts: 20
A
Angela Offline OP
Ameglian cow
OP Offline
Ameglian cow
A
Joined: Jun 2017
Posts: 20
Thank you! That worked.


Link Copied to Clipboard