0

Possible Duplicate:
How can i auto logon to different servers on MIRC automatically, join certain channels and have a diff nick for each server?

I found that I can launch irc using command line with arguments.

The problem is that it won't join the specific channel.

This is that lunch line:

C:\Program Files\mIRC\mirc.exe /join #channel1

This command line only connects to the server, but it won't join the specific channel.

How can I connect and join a channel?

Alex K
  • 242
  • 2
  • 6
  • 16
  • duplicate? http://superuser.com/questions/68904/how-can-i-auto-logon-to-different-servers-on-mirc-automatically-join-certain-cha – warren Apr 26 '10 at 18:41

1 Answers1

1

Have you tried putting /join #channel1 in your perform section in the options? Works better for me.

Jakob Kruse
  • 111
  • 3