mIRC Homepage
Posted By: sparky2190 Hi everyone - 09/08/06 08:08 PM
I'm looking for a script that I can installed in remotes, When I join a channel and that channel gives me voice or Ops, it will respond with /p10 Thanks for the Ops!! the /p10 is color that I added in my aliases for color. Also the same for voice ect.

Thank you for taking the time to read my post.
Posted By: hixxy Re: Hi everyone - 09/08/06 08:17 PM
Code:
alias p10 return $chr(3) $+ 04
on *:voice:#:{
  if ($vnick == $me) msg $chan $p10 $+ $nick $+ , thanks for the voice.
}
on *:op:#:{
  if ($opnick == $me) msg $chan $p10 $+ $nick $+ , thanks for the op.
}
Posted By: databgrlz Re: Hi everyone - 09/08/06 09:48 PM
Code:
 #10x on
on *:OP:#: {
  if ($opnick == $me) && ($nick != $me) && ($nick != ChanServ) /msg # Your Message $nick

}

on *:VOICE:#: {
  if ($vnick == $me) && ($nick != $me) && ($nick != ChanServ) /msg #  Your Message $nick
}

#10x end

menu channel,status,menubar {
  ยป Thanks 'bout Op/Voice
  ..-
  ..ON:.enable #10x | echo $colour(info) -a *** %logo 15 10x is ON...
  ..-
  ..OFF:.disable #10x | echo $colour(info) -a *** %logo 15 10x is OFF...    
  ..-
  ..At Moment > $group(#10x):/halt 
grin
© mIRC Discussion Forums