I got a script:

Code:
on *:START:{ 
  server -pfo server1 -j #room1 server1
  server -pfo server1 -j #room2 server1 
  server -pfom server2 -j #room1 server2  
}


But that doenst work correct.
When i now start mirc it connects to:
Server 1 - room2
and to server 2 room 1

How do i make it that it connects to but rooms on server1
And how do i punt a 4th one in (server2 room2)?

Next i want to send on both servers this message on connect:
Code:
/msg Nickserv identify pass

How do i do this?