Originally Posted By: panda_jorstar
thankyou very much.. is there also a filter where the owner of the channel doesnt get welcomed .. i use it in twitch so the username is the same as the channel name

Assuming the channel is called #ownersname (with the #)
Code:
on @*:JOIN:#:{
  if ($nick == $mid(#,2)) { return }
  set -e $+(%,ajwelcome.,$cid,#) $addtok($($+(%,ajwelcome.,$cid,#),2),$nick,44)
  if (!$timer($+(.ajw.,$cid,#))) { $+(.timer.ajw.,$cid,#) 1 3 ajwelcome # }
}