Code:
ON *:JOIN:#:
{
  if ($nick isop $chan || $nick ishop $chan || $nick isvoice $chan) {
    msg $nick Hello $nick $+ ! Good to see you again
  }
}


Im looking to pm everyone who joins "good to see you again" but to only VOICED AND UP.

I believe this is the right code, but I'm having problems. Everyone is voiced by a botserv, therefore the code is worthless because the person is voiced a little bit after the code runs "on join".

If there was a way to set a timer or something to start the entire code, it might be fixed. If anyone can do this or has any other ideas on how to get the people voiced+ pm'd please let me know :]

Last edited by Toxcicity; 12/05/11 04:18 AM.