with this code it's working perfectly ! Thanks a lot guy ! laugh
But if a channel has a password how can i put the password in the code ? ...

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

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

if (OnlineGamesNet isin $network) {
AuthServ auth ouraios pass
join #ogame.fr,#fr.uni64
}
}

Last edited by Ouraios; 27/08/13 10:52 AM.