Jethro commented on a Page, On Join Message  -  Apr 05, 2010

This:> ON *:JOIN:#: {
if ($nick == $me) || ($nick == YOURNAME) || ($nick == BOTNAME) halt
Should be:

ON !*:JOIN:#: {
  if ($nick != BOTNAME) {

The ! prefix tells mirc not to trigger on your own join. The nick == $me is not required since ! will take care of that. You can use != to negate, rather than halting.

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.