Ive been trying to dynamically change a users quit message on load; mostly because its a quit message manager. Im having trouble on the other hand with writing the quit message out. IE:
Code:
on 1:LOAD: {
  remini mirc.ini text quit
  writeini mirc.ini text quit $chr(36) $+ read(hindquit.txt))
  saveini
}

I can see that it writes out to mirc.ini just fine, but when i go into the options dialog within mIRC it will do one of two things.
1: not show $read(hindquit.txt)
2: when i cancel or apply it will completely erase the whole quit item within mirc.ini.

To be honest its a combination of both that usually messes it up.
I need a way to refresh that dialog after writing to the ini, and/or make the dialog not effect the ini that i wrote to.
Anyway any help would be greatly appriciated. smile