Guest User

Untitled

a guest
Apr 16th, 2018
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.29 KB | None | 0 0
  1. // hooglicht script
  2. // perry 2011. ©
  3.  
  4. on *:text:*:#:{
  5.   if ($me isin $1-) { var %mess = $1- | write.hooglicht $nick $chan }
  6.   halt
  7. }
  8.  
  9. alias write.hooglicht {
  10.   if (!$window(@hooglicht)) { window @hooglicht }
  11.   aline -h @hooglicht  $+ $1 $+  roept u in  $+ $2 $+  - Bericht: %mess
  12. }
Add Comment
Please, Sign In to add comment