mIRC Home    About    Download    Register    News    Help

Print Thread
#18112 05/04/03 11:19 AM
Joined: Dec 2002
Posts: 3
M
minoan Offline OP
Self-satisified door
OP Offline
Self-satisified door
M
Joined: Dec 2002
Posts: 3
Why doesent this work ?

on 1:rclick:$active:/echo you clicked the mouse at $mouse.x $mouse.y in $active $1

#18113 05/04/03 11:23 AM
Joined: Dec 2002
Posts: 3,138
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 3,138
It doesn't work because on RCLICK isn't an event...

#18114 05/04/03 11:57 AM
Joined: Dec 2002
Posts: 3
M
minoan Offline OP
Self-satisified door
OP Offline
Self-satisified door
M
Joined: Dec 2002
Posts: 3
ok..is it possible to trigger an alias when you right click a channel window ?

#18115 05/04/03 12:22 PM
Joined: Dec 2002
Posts: 774
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Dec 2002
Posts: 774
just add something like this to popups:
$thing : thing
and to aliases:
alias thing {
if ( $isid ) {
<alias or code you want to execute when you right click channel>
return $null
}
}


Code:
//if ( khaled isgod ) echo yes | else echo no
#18116 05/04/03 05:02 PM
Joined: Feb 2003
Posts: 33
G
Ameglian cow
Offline
Ameglian cow
G
Joined: Feb 2003
Posts: 33
rclick is actually somthing for in dialogs
so when u rightklick in the dialog it will do somthing like sending a message ..



Link Copied to Clipboard