First Hi guys:) Just to say i'm new in this things please don't laugh

I'm using mIRC 7.25 standalone license, and need some help about auto join at multiple networks (servers) on startup:
I just write this in scrip editor-remote on mIRC:
on *:START:{
server irc.example.com +7000
}
on *:CONNECT: {
if ($network == irc.example.com +7000) {
nick john
msg NickServ IDENTIFY password
j #Cars,#Fast
}And didn't work when i remove "if" worked, but if i add one more server its take my nick from server 1 not nick that i write, and just can't connect, please help