I'd like to see a $timestamp addition or a new identifier to determine whether or not timestamping is on or off.

Currently I'm using:

Code:
alias timestampstat {
  return $iif($gettok($readini(mirc.ini, options, n4), 12, 44),$true,$false)
}


Which I guess is fine, but for those who want to know if it's on or off and don't know about the reading from the mirc.ini method like myself (although I know now..), it cropped up in a different thread and noMen came up with that solution.

While I'm on the topic of timestamp, I was wondering if someone could clarify a couple of things.

1. When using the /timestamp command the mirc.ini doesn't update. So if I turn the timestamp off by command that above alias for me still returns $true and will continue to do so until I manually save the ini file.

2. When typing /timestamp on it turns it on as it should. Same with off. But when I specify a timestamp format /timestamp on [HH:nn:ss] and then typing /timestamp it says it's turned off still.