The interval in the latest beta was 30 seconds (not much use to make it lower; other than flooding your contacts). But I'll include an option or something where you can set the interval higher in the next update. (although if the nick hasn't changed the nick will not be updated either though)
6 seconds is really pushing the limit btw (of the MSN servers). It should never be used in any nickname-update-plugin IMO
quote:
Originally posted by Tobiaz
Only ( d ) (wd) to my birthday! -> ( d ) without spaces
unfortunatly I'm forced to to change the associated words variables like
(wd),
(ws),
(wm), etc to something else, as I'm going to include also the 'week' interval (which is always exactly 7 days).
This means that for displaying the number of weeks with a leading zero I'll be using
(ww) in analogy to the other variables with leading zeros like
(dd),
(ss), etc... But this means that the associated word for weeks
(ww) would be the same variable as for the number of weeks with leading zero:
(ww). Thus I'm going to change the variable name of associated words...
Dunno yet what it will become, maybe
(~w),
(~d),
(~s), etc. Or maybe
(aw),
(ad),
(as) (as the letter 'a' is easier to type then a tilde)... If you have any suggestions, feel free to post them. Although I wish to keep them compliant with existing variable names used in other languages and definitions though... dunno yet...
---------------
Important Update: Since there was no feedback on this, I've decided that the tags used for the associated words will be prefixed with "%" instead. So you will get
(%w),
(%d),
(%s), etc in the new release (RC1).
eg1:
(%w) will be replaced with "weeks" (
or "week" depending on the value of (w))
eg2:
(%d) will be replaced with "days" (
or "day" depending on the value of (d))