Advertisement
Skreffnet

Actualización de scripts chathispano.com

Jul 19th, 2022 (edited)
551
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.46 KB | Source Code | 0 0
  1. /**
  2. *
  3. * Configuración interna de redes para IRcap 8.72
  4. *
  5. * Adapta la configuración de los Servicios de red (CHaN,NiCK,MeMo,GLoBaL...) para la red de IRC-Hispano/Chathispano.
  6. *
  7. **/
  8. alias ircap_conf {
  9.   /copy "s\net\irc-hispano.org.net" "s\net\chathispano.com.net"
  10.   /copy "s\net\hispano.inb" "s\net\chathispano.inb"
  11. }
  12. ON *:LOAD: {
  13. ircap_conf
  14. unload -rs $+($scriptdir,$script)
  15. }
  16. ON *:UNLOAD: {
  17. echo -s Se han actualizado los datos correctamente.
  18. }
  19.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement