mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Feb 2004
Posts: 54
Cyclone Offline OP
Babel fish
OP Offline
Babel fish
Joined: Feb 2004
Posts: 54
I have been trying various ways and methods to set a perm quit message in the mirc.ini file under the [TEXT] section:

quit=mIRC $+(v,$version) - http://www.mirc.com/get.html

with this command on LOAD (have also tried it on START and on CONNECT):

.writeini mirc.ini text quit mIRC $+(v,$version) - http://www.mirc.com/get.html


However, I find that whenever you shut down or open the mIRC client, the mirc.ini file is overwritten and updated. This deletes the quit value (if you have nothing in your ALT+o quit message box). The only way i have found to set a perm quit message is by entering text in the ALT+o quit message box. Im currently using mIRC 6.15 with no modifications. Does anyone else have any productive ideas or suggestions on how to set a perm quit msg without using the ALT+o quit message box please?

Thanks in advance...

Cyclone confused

Joined: Dec 2002
Posts: 1,922
O
Hoopy frood
Offline
Hoopy frood
O
Joined: Dec 2002
Posts: 1,922
We can't affect mirc.ini with /writeini. Here's how to make a dynamic quit message:

Alt+O >> IRC >> Messages >> Quit message: $eval(%quitmsg,2)

To set a message, type: //set %quitmsg mIRC v $[color:red]!+ $!version[/color]

You can call set from a script too.


Link Copied to Clipboard