Hi im a little bit confused.

i used the following script for new subs and resubs and it worked great. Now with the changes sometimes it works, sometimes it doesnt.

Appreciate any help for a solution.


Code:
 

ON *:TEXT:*subscribed*:#channelname:{
  if ( $nick == twitchnotify ) && ($istok($1-,subscribed to,32)) halt
  elseif ($nick == twitchnotify) && ( $4 == $null ) { describe $chan Welcome $1! RANDOM MSG }
  elseif ($nick == twitchnotify) && ( $4 isnum ) { describe $chan Wow! $1 Welcome $1! RANDOM MSG }  
}