Hi everyboy, i setup mIRC several days ago and i try to setup a remote script to auto connect and autojoin IRC server and channel but my script work in half ... smirk it connect me to the IRC server but don't join the channel ... help me ...
Here is my remote script :

Quote:
on *:START:{
server irc.rizon.net
server -m irc.ogamenet.net
}

on *:CONNECT:{
if (rizon isin $server) {
/msg NickServ IDENTIFY pass
/join #GrosCuls
/join #eFrance
/join #famille-en-chocolat
/join #laroulotteroumaine
/join #minsol
}

if (ogamenet isin $server) {
/AuthServ auth ouraios pass
/join #ogame.fr
/join #fr.uni64
}
}

Last edited by Ouraios; 26/08/13 01:49 PM.