Home » Questions » Computers [ Ask a new question ]

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

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

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

Asked by: Guest | Views: 345
Total answers/comments: 1
Guest [Entry]

"No problem.

For some (unknown to me) reason I don't have mirc on the machine I'm writing this from, so I'll just write it out as I remember, and you try to find it through the interface.
Mirc remembers networks rather then servers ... you can have a lot of servers for a certain network (for example, FreeNode). Somewhere in there there is an option called ""Perform"" ... in it you script what you want mirc to do upon connecting to a certain network/server ... for example,

/nick nixnub
/msg nickserv ghost nixnub nixnubs_password
/nick nixnub2
/msg nickserv identify nixnubs_password
/join #myfavouritechannel

will identify you to nickserv, and take over your usual nick if you have it registered. Commands in it are standard mirc commands (standard IRC commands in most cases) ... you can configure this for every network individually.

Btw, when copying mirc to another machine copy file perform.ini from its directory - it is where these mini scripts are saved."