开发者

Connect to an irc server with password [closed]

Closed. This question is o开发者_JS百科ff-topic. It is not currently accepting answers.

Want to improve this question? Update the question so it's on-topic for Stack Overflow.

Closed 10 years ago.

Improve this question

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?


The syntax for /server in mIRC is:

/server [-emnsarpfoc] <server/groupname> [port] [password] [-i nick anick email name] [-jn #channel pass]

So, try:

on 1:start:{
    server some.irc.server
    server -m another.irc.server
    server -m third.irc.server 6667 abcdef
}
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜