Greetings,

I'm running into a slightly annoying issue with regards to registration. I have a bot script that I keep under git source control, and which is publicly available on Github (https://github.com/Karunamon/Reibot).

Since I often add/remove scripts, it is desirable for me to keep the mirc.ini file under control as well, that way when someone new comes along and clones the repo, they can use the file as is.

You can probably see where I'm going with this. I (and probably Khaled ^^) don't want my registration details in the ini file for the world to see. I'm now writing a script which will fetch the latest changes from the repo and restart mIRC automatically - the problem is that such a change would pull in a clean mirc.ini, one without my registration info, meaning that mIRC will stop on the registration nag screen and not come up without manual intervention.

Short of writing a batch file to inject this information into the file, is there a way to save my registration outside of mirc.ini?

Thanks in advance!