Advertisement
ivanfdp

Conexión a ChatHispano

Aug 23rd, 2019
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.23 KB | None | 0 0
  1. /*
  2.   Abrir el mIRC
  3.   Pulsar Alt+R -> Remotes -> Pegar todo esto al final del archivo
  4. */
  5.  
  6. ON *:START: {
  7.   .debug -i NUL _debug
  8. }
  9. alias _debug {
  10.   tokenize 32 $strip($1)
  11.   if ($3 == USER) { .timer 1 3 quote CAP LS 302 }
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement