Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /**
- *
- * Configuración interna de redes para IRcap 8.72
- *
- * Adapta la configuración de los Servicios de red (CHaN,NiCK,MeMo,GLoBaL...) para la red de IRC-Hispano/Chathispano.
- *
- **/
- alias ircap_conf {
- /copy "s\net\irc-hispano.org.net" "s\net\chathispano.com.net"
- /copy "s\net\hispano.inb" "s\net\chathispano.inb"
- }
- ON *:LOAD: {
- ircap_conf
- unload -rs $+($scriptdir,$script)
- }
- ON *:UNLOAD: {
- echo -s Se han actualizado los datos correctamente.
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement