Connect to an irc server with password
Posted
by hvtuananh
on Stack Overflow
See other posts from Stack Overflow
or by hvtuananh
Published on 2010-03-28T13:17:31Z
Indexed on
2010/03/28
13:23 UTC
Read the original article
Hit count: 617
irc
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?
© Stack Overflow or respective owner