Advertisement
LinksYs666

Pv2 hotlink

Mar 13th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.54 KB | None | 0 0
  1. on *:open:?: {  
  2.   echo $nick  14Acciones: $tg(Whois)  $tg(Saludar)  $tg(Ignorar)  $tg(Cerrar)
  3. }
  4. alias tg { return $+(-[12,$1,14]-) }
  5. on ^1:hotlink:-[whois]-:?:{ }
  6. on 1:hotlink:-[whois]-:?:{ whois $active }
  7. on ^1:hotlink:-[saludar]-:?:{ }
  8. on 1:hotlink:-[saludar]-:?:{ msg $active Hola $active $+ , ya estoy aqui. }
  9. on ^1:hotlink:-[ignorar]-:?:{ }
  10. on 1:hotlink:-[ignorar]-:?:{ .ignore -u3600 $active | .msg $active Tus mensajes fueron bloqueado por 1 hora }
  11. on ^1:hotlink:-[cerrar]-:?:{ }
  12. on 1:hotlink:-[cerrar]-:?:{ close $active }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement