mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Aug 2003
Posts: 80
H
HM2K Offline OP
Babel fish
OP Offline
Babel fish
H
Joined: Aug 2003
Posts: 80
Surly the channels directory should only be created when you use /list and it doesn't exist?

Why does mIRC insist at creating this pre-startup.

To remove it automatically I am using:

on *:start: .rmdir channels

But this is less than ideal.

Another thing I have noticed is that if the directory doesn't exist, and you issue /list, the /list command doesn't attempt to recreate it, neither does it output the list to a file.

Joined: Oct 2003
Posts: 3,641
A
Hoopy frood
Offline
Hoopy frood
A
Joined: Oct 2003
Posts: 3,641
This is not a bug, it is intentional behaviour. mIRC auto creates certain directories it may need during execution. This behaviour should not affect you as these directories are located in its application data space. There is no functional gain nor loss from changing this behaviour, so I don't see how you consider it a "bug".

You'll notice that your issue #2 is based on issue #1. This is equivalent to saying "Damn, I deleted my system32 directory and windows isn't working anymore! WHY??". mIRC needs the directories it creates-- don't mess with them and everything should be fine.

Joined: Aug 2003
Posts: 80
H
HM2K Offline OP
Babel fish
OP Offline
Babel fish
H
Joined: Aug 2003
Posts: 80
I should at least be able to specify the name of the "channels" directory, I can specify the path to all other directories mirc uses, apart from this one.

Why is that?

Joined: Oct 2004
Posts: 8,061
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Oct 2004
Posts: 8,061
And that would be a feature request, not a bug report. wink

Joined: Aug 2003
Posts: 80
H
HM2K Offline OP
Babel fish
OP Offline
Babel fish
H
Joined: Aug 2003
Posts: 80
Originally Posted By: Riamus2
And that would be a feature request, not a bug report. wink


It's a bug that it's not already a feature. wink

Joined: Aug 2003
Posts: 80
H
HM2K Offline OP
Babel fish
OP Offline
Babel fish
H
Joined: Aug 2003
Posts: 80
This is re-enforced by an update in mIRC v6.32...

Quote:
32.Changed ini update routine, now only writes an item to the file if
it is in fact different in the file. This minimizes file updates.
Added mainly for USB drive users.


Unnecessary writing is obviously something that should be avoided.


Link Copied to Clipboard