mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Apr 2008
Posts: 51
K
kkoser Offline OP
Babel fish
OP Offline
Babel fish
K
Joined: Apr 2008
Posts: 51
what event is used to dclick the nicklist to open a query window?

is it also the same type of event to dclick a nick in the channel window?

i am searching for an answer to a problem i discovered with a script..it give an error when you dclick a nick in either the channel or the nicklist.

DBLCLKNICK Unknown command

i want to make a little workaround for it but not sure where to start.
any help would be greatly appreciated it. plus could you explain a bit what i am looking at?

Joined: Dec 2002
Posts: 2,031
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Dec 2002
Posts: 2,031

You could make an alias and call it from here...

options (alt+o) > mouse > command to perform on nick double-click

~ Edit ~
Obviously this was changed by another script and was left behind when it was unloaded. You could either make an alias named DBLCLKNICK and make it do what you want, or you could reset the values to default.


Default values.

Nicklist: /query $$1
Notify List: /whois $$1
Message: /whois $$1

Last edited by RoCk; 26/05/08 10:50 PM.
Joined: Apr 2008
Posts: 51
K
kkoser Offline OP
Babel fish
OP Offline
Babel fish
K
Joined: Apr 2008
Posts: 51
thank you for pointing me rightbud..
one line in aliases



/DBLCLKNICK /query $$1


Link Copied to Clipboard