Code:
on *:JOIN:#csh-gamingsolutions: [color:red]{[/color]
  /mode $chan +v $nick
  [color:blue]/msg $chan You have been voiced[/color]
[color:red]}[/color]


Find out your auth address (if you don't know it, type $address($me,3) in your edit box, then press tab. It will be replaced with your address), then add it to the colored section:

Code:
on @*:!op:#: {
  if ([color:blue]*!*@address[/color] iswm $fulladdress) /mode $chan +o $nick
}


-KingTomato