Aucun50 commented on a Page, mIRC [beep]scirpt  -  Jan 31, 2009

I see your new to this welcome first off:

This script is just a beep script... you will be beeped when your nick is said
you can add another line in the similar format if you are often alled somthing short inplace of your nick (ie. mushwars can be called mush, mushie, mushy, etc.)

You NEED ; like
;This script is just a beep script... you will be beeped when your nick is said
;you can add another line in the similar format if you are often alled somthing short inplace of ;your nick (ie. mushwars can be called mush, mushie, mushy, etc.)

So that it doesn't mess with the script, your on text can be all in one event like:

on *:TEXT:*:#: {
  if ($me isin $1-) { .beep 2 }
  elseif (<your alternate nick> isin $1-) { .beep 2 }
  else { halt }
}

Same with your on ACTION:

on *:ACTION:*:# {
  if ($me isin $1-) { .beep 2 }
  elseif (<your alternate nick> isin $1-) { .beep 2 }
  else { halt }
}

If you have many script try putting them into 1 not 5-6 when you post them here like neater and doesn't fill up the site as much.

 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.