I'm writing script in remote.ini
The script looks like
on 1:start:{
server some.irc.server
server -m another.irc.server
}
The script works well as when I open mIRC, it automatically connect to 2 servers above
Now, I want to connect to an irc server that require password, say abcdef
How can I write script in remote.ini
to connect to this server?