mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Oct 2005
Posts: 28
T
Ameglian cow
OP Offline
Ameglian cow
T
Joined: Oct 2005
Posts: 28
is this possible? or only possible for "native" mIRC channel / DCC / query windows?

TheArkive

Joined: Jun 2004
Posts: 87
B
Babel fish
Offline
Babel fish
B
Joined: Jun 2004
Posts: 87
easy

Alt + o > Mouse > Drag Drop


now for reg mIRC

*.wav:/sound $1 $2-
*.*:/dcc send $1 $2-

is already there, what u wanna do is this

*.*:/YourAlias $1-

then for your alias

Code:
alias YourAlias {
  var %win $1
  var %Drag.drop $2-
  if $chan(%win) { 
     ;chan stuff here
  }
  if $query(%win) { 
     ;query stuff here
  }
  if $chat(%win) { 
     ;chatstuff here
  }
  ; and so on and so forth
}

Joined: Oct 2005
Posts: 28
T
Ameglian cow
OP Offline
Ameglian cow
T
Joined: Oct 2005
Posts: 28
>_< ... yeah... i knew that... for Chans, Querys, and DCC Chat windows, yah it is easy...

But for a CUSTOM @window or a "/dialog -m" ... that was my question...

any other ideas?

TheArkive

Joined: Apr 2004
Posts: 759
M
Hoopy frood
Offline
Hoopy frood
M
Joined: Apr 2004
Posts: 759
Drag and drop for custum windows

MDX for dialog listviews.

thats about all that can do it at the present time smile


$maybe
Joined: Oct 2005
Posts: 28
T
Ameglian cow
OP Offline
Ameglian cow
T
Joined: Oct 2005
Posts: 28
alright man thankyou very much grin ... looks like I'll get a crash course in refreshing my French too :tongue:

TheArkive


Link Copied to Clipboard