mIRC Homepage
Posted By: k1ll3rz Joining Double-Clicked channels - 19/04/06 06:39 AM
is it possible to make a script that if u whois sum1 and try to double-click a channel they r in it will not allow u to?

thanx
Posted By: RusselB Re: Joining Double-Clicked channels - 19/04/06 08:00 AM
Don't know why you want this, I mean, if you don't want to join the channel, just don't double click it. However, this is what I came up with, and it worked in my trials
Code:
 alias whois {
  .enable #no.connect.whois
  !.whois $1
}
#no.connect.whois off
raw 319:*:{
  echo -s $remove($1-,$chr(35))
  haltdef
}
raw 318:*:{
  .disable #no.connect.whois
}
#no.connect.whois end
 
Posted By: k1ll3rz Re: Joining Double-Clicked channels - 19/04/06 08:06 AM
ok kool thanx
Posted By: DaveC Re: Joining Double-Clicked channels - 19/04/06 08:22 AM
Quote:
echo -s $remove($1-,$chr(35))


lol I like that, just remove the # so it cant be clicked on!
Posted By: RusselB Re: Joining Double-Clicked channels - 19/04/06 10:04 AM
Seemed like the simplest method to do what was wanted.
© mIRC Discussion Forums