Guest User

Untitled

a guest
Feb 21st, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.33 KB | None | 0 0
  1. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2. ~~~~~~~~~~ mIRC Nick Alert ~~~~~~~~~~
  3. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  4.  
  5. ON $*:TEXT:*:#: {
  6.   var %alerter $nick
  7.   if ($me isin $1-) && ($target != $active) {
  8.     timer 1 .5 flash -r 10
  9.     timer 1 .5 beep 10
  10.     echo -ast 4 %alerter alerted you on $chan at $time $+ .
  11.   }
  12. }
Add Comment
Please, Sign In to add comment