mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Jul 2005
Posts: 22
B
Ameglian cow
OP Offline
Ameglian cow
B
Joined: Jul 2005
Posts: 22
when i do a "double click on some nick" it /echo's current address and IP

For example nick is ANA
Quote:

Query with Ana
(~ana302B2712.D4536DAC.238F7411.IP)
Common channels: @#mirc,#help


i saw this in some script

the comand is like this;

Code:
ms.open.query if ($sock($deltok($1,1,183))) { if (!$window($1)) { window $iif($3,-nke,-ke) $1 $ms.getwinsize(wquery,$gettok($1,1,183)) @ms-query $_fqc | window $1 $nopath($mircexe) 5 | echo $1 Query with $remove($gettok($1,1,183),@,+,$chr(37),.) | linesep $1 } | if ($2) ms.tb $1-2 | if ($logq) { var %l = $ms.fixfn($1) | .write %l $crlf | .write %l Session Start: $asctime } }


something like this...
does any one knows how can i make this ?

Joined: Oct 2004
Posts: 8,330
Hoopy frood
Offline
Hoopy frood
Joined: Oct 2004
Posts: 8,330
Do you just want it to open a query window instead of giving the WHOIS information?

It's a script that is preventing that...


Invision Support
#Invision on irc.irchighway.net
Joined: Jul 2005
Posts: 22
B
Ameglian cow
OP Offline
Ameglian cow
B
Joined: Jul 2005
Posts: 22
Hm, i dont know. I think not.
When J "double click" the nick in the "nicklist"
(for example nick = Ana) then i want want to be like this

Quote:
Query with Ana
(~ana302B2712.D4536DAC.238F7411.IP)
Common channels: @#mirc,#help


But not when some one is privete msg me.

i saw that in this script

Script


Link Copied to Clipboard