Advertisement
intersys

Untitled

Oct 31st, 2015
248
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.44 KB | None | 0 0
  1. alias beepall {
  2.   var %x = 1 , %y = 1
  3.   while ($nick($active,%x)) {
  4.     var %nickbeep = %nickbeep $+(10,•,) $+($iif($v1 isop $active,$+(12,@,),$iif($v1 isvoice $active,$+(4,+,))),$v1)
  5.     var %clr = $+(10,•,)
  6.     if ($len(%nickbeep) >= 350) { .timer 1 $calc(%y * 2) msg $active 7(14BeeP07) %nickbeep | unset %nickbeep | inc %y }
  7.     inc %x
  8.   }
  9.   if (%nickbeep) .timer 1 $calc(%y * 2) msg $active 7(14BeeP07) %nickbeep
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement