## 17/5/06 - Fixed a problem with the Month setting in proc timedate again* - Would be nice if the documentation actually had the *correct* info - According to tcl-commands.doc "minute, hour, day, month have a zero padding so they are exactly two characters long" - This is *wrong* Month is actually 0-11 for JAN-DEC.
tcl-commands.doc was written in 2004 and a tad dated.
Development of eggdrop has fallen onto the shoulders of basically one person; it's time consuming and very easy to miss updating the odd file or to have typos in files that forever remain undetected.
Maybe you should post a suggestion on the eggheads site?
Add [SOLVED] to the thread title if your issue has been. Search | FAQ | RTM
Fixed a few more bugs, version is now at 209r. Same url as above. If no problems are reported in a few days, I'll upload a new version to the egghelp archives.
10/5/06 - Fixed birthday calc problem noted by "H.Vlijm" where next year bdays were not calculating right.
- Fixed 'expr $evday + 1' - when a day-of-month has a leading zero, expr treats it like an octal, duh.
Is it possible to make a "search" for the next bday in the channel? Like .date next and then it will list the next person/persons that has a bday recorded in the database
Tzan wrote:Hi.
Is it possible to make a "search" for the next bday in the channel? Like .date next and then it will list the next person/persons that has a bday recorded in the database
/Tzan
All set, new command is '.date nextbday'
Also added a config option "eventexpire" so that old events can be removed from the data file, if the bot owner so wishes.
Changes:
Sep/20/06
- Added 'eventexpire' config option to remove old events from the data file. If you don't like the "putcmdlog" string showing, just comment it out in the script (there's only 1 "putcmdlog")
- Added ".date nextbday" to show the next upcoming birthday(s). Feature requested by 'Tzan'
.set errorInfo debug output would be much more helpful. As I don't have a test platform at the moment, I can't run a quick check to duplicate the problem locally.