Jump to content

mIRC Troubles with the Remote file


InkofDeath

Recommended Posts

Well as a little side-project fun I've been looking into mIRC scripting. I got through the huge list of commands there were, and then went onto Triggers. Triggers or On *:*:* things go in the Remote folder correct?

 

 

 

Anyways, I put this:

 

 

 

ON *:JOIN:#pa: /msg $chan Hi $nick $+ ! Welcome To $chan

 

 

 

I was told in #MsL to put { } :

 

 

 

ON *:JOIN:#pa: { /msg $chan Hi $nick $+ ! Welcome To $chan }

 

 

 

Didn't do it either.

 

 

 

Was then given this:

 

 

 

On *:JOIN:#pa: { msg $chan Hello $nick $+ . }

 

 

 

Didn't work either.

 

 

 

/remote on

 

Is on.

 

I did save the file.

 

 

 

 

 

What could my problem be that the mIRC client isn't reading the Remote file(s)? Any suggestions or thoughts? Sorry if I'm missing something thats right there, but those in #mSL didn't know what else either?

 

 

 

Thanks

Link to comment
Share on other sites

I think I've found out what it is, but don't know exactly how to solve it.

 

 

 

I have the mIRC stored in two different locations:

 

 

 

C:\Users\Quinn\AppData\Roaming\mIRC

 

^This contains:

 

Backups

 

channels

 

downloads

 

logs

 

scripts

 

sounds

 

mirc

 

perform

 

servers

 

urls

 

 

 

The first 6 here are folders.

 

 

 

&

 

 

 

C:\Program Files\mIRC

 

^This one contains the readme, uninstall, ircintro, versions, defaults (mirc, servers, urls, & another folder scripts, which has aliases, remote, & popups)

 

 

 

My pathways are really screwed up, does anyone know a way to re-organize them? Or find out which pathways are the correct ones so they can be organized? Or did I just search to hard and these files are suppose to be there?

Link to comment
Share on other sites

Copy the mirc.ini from C:\Users\Quinn\AppData\Roaming\mIRC into C:\Program Files\mIRC. mIRC will then use C:\Program Files\mIRC as its default directory for everything.

 

 

 

There's also plenty of identifiers to help you find out where things are:

 

//echo -a $mircdir

//echo -a $mircexe

//echo -a $mircini

//echo -a $logdir

Link to comment
Share on other sites

Thank you a lot Peter, however when I did that, all of my alias's, Popups, and everything else somehow were deleted when I didn't even touch them. Oh well, hopefully things can svae themselves, lol...

 

 

 

But yea thanks a bunch. <3

 

 

 

Oh one problem though I keep getting:

 

 

 

'mIRC has been changed; reload from disk?'

 

 

 

[] Enable initialization?

 

 

 

As a pop up whenever I open the script editor or perform.

Link to comment
Share on other sites

To get all of your popups etc. back just copy the relevant files over from Users to the Program Files folder. By putting the mirc.ini in the program files folder it means mIRC now looks at that as its root folder, before it looked at the users folder which is where your old scripts are.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.