• 0

Help with mIRC scripts


Question

Hi

I know that mIRC has some commands and scripts but I dont know how to make a script that make mIRC conect to 2 channels in 2 differents servers when it start.

anyone know how to make a script for that and how to make mIRC run it at start, (I suppose that I have to write it in the script.ini file, or not

thankx in advance

Link to comment
https://www.neowin.net/forum/topic/435652-help-with-mirc-scripts/
Share on other sites

6 answers to this question

Recommended Posts

  • 0

Leoboy, ur script dont work, cuz when mIRC wants to join it not conected to the server, I mean mIRC run the script to fast and dont let the first command finish, here is the msg from mIRC

"/join: not connected to server (line 3, script.ini)".

vip, I try to use the perform option adding some servers but it dont work and dont let me write the channel... I'm doing something wrong but I dont know what I have been trying all the ways and options but I cant make it conect mIRC with 2 differents channels in 2 differents servers :no:

  • 0
  andresjk said:

Leoboy, ur script dont work, cuz when mIRC wants to join it not conected to the server, I mean mIRC run the script to fast and dont let the first command finish, here is the msg from mIRC

"/join: not connected to server (line 3, script.ini)".

vip, I try to use the perform option adding some servers but it dont work and dont let me write the channel... I'm doing something wrong but I dont know what I have been trying all the ways and options but I cant make it conect mIRC with 2 differents channels in 2 differents servers :no:

Try using Leoboy's script, but remove the channels; press ALT+R, then write:

ON *:START:{

/s irc.server1.com

/s -m irc.server2.com

}

Then in the perform section (ALT+O > Connect > Options > Perform button):

1) Check "Enable perform on connect"

2) Click the "Add" button, find the name of the IRC network you are connecting to (this may not be the same as the server you are connecting to), click Ok

3) Select the network name you just added from the drop down under "Network:"

4) In the textbox under "Perform commands:" type:

/join #channel1

where #channel1 is the channel you want to join on the IRC network listed in the "Network:" drop down from Step 3.

Repeat steps 2-4 for the second IRC network.

Hope that helps. :)

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.