mIRC Home    About    Download    Register    News    Help

Print Thread
#214139 20/07/09 03:42 PM
D
DuXxXieJ
DuXxXieJ
D
My "bot" (using mIRC 6.21) is logging every channel, and it saves the logs as: "<chan>.<network>.log"

But when ever I quit (the "bot"), and I connect back (the next day, or the same day) it saves the logs as "<chan>.<network>.1.log" ("1"). It makes new .log files every time I exit my "bot".

This is really bugging me because my bot is making stats for some channels. And it doesn't need to log every day single.

What is the problem?

PS. For those who will ask:
OS = Windows XP Professional
mIRC Version (bot) = 6.21

#214146 20/07/09 04:38 PM
5
5618
5618
5

#214148 20/07/09 04:43 PM
D
DuXxXieJ
DuXxXieJ
D
Mh okay, but how can I stop it? I don't want to update my bot to the latest mIRC version, because I can't, it will load everything to the mIRC version I use and my mIRC, which I use, will become my bot...


#214150 20/07/09 05:40 PM
Joined: Oct 2003
Posts: 3,641
A
Hoopy frood
Offline
Hoopy frood
A
Joined: Oct 2003
Posts: 3,641
Your only choice is to upgrade.

You should be able to upgrade to 6.35 without issue; mIRC rarely breaks backwards compatibility, so if it works in 6.21 it should be fine in 6.35. That said, the script might need minor adjustments, but again, it's the only way to get the updated logging behaviour.

D
DuXxXieJ
DuXxXieJ
D
Yes, but then the mIRC I use (or "chat with") with load all the stuff from my bot to my mIRC... If I install 2 mIRC versions (v6.35) it will make from those 2, 1 installed version.

When I will load an script into the bot his mIRC (when it is v6.35), he will load it also into MY mIRC.

That's the problem. (Isn't there a way to install 2 mIRC v6.35 versions without they make from those 2, 1 mIRC?)

#214154 20/07/09 07:34 PM
Joined: Aug 2004
Posts: 7,168
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Aug 2004
Posts: 7,168
All you need to do is put a copy of the mirc.ini file in the same directory as the mirc.exe file.

You can get the accurate directory for the mirc.exe file by typing //echo -a $nofile($mircexe)

By default mIRC should install into the same location where you currently have mIRC installed, thus when you do the 2nd installation, just specify a different location.


Link Copied to Clipboard