Advertisement
Covarr

beep on name

Nov 13th, 2011
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.11 KB | None | 0 0
  1. on 1:TEXT:*:#: {
  2.   if (vgr isin $1-) {
  3.     /beep 10 0
  4.     /flash
  5.   }
  6.   else {
  7.     /beep 1 0
  8.     /flash
  9.   }
  10. }
  11.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement