notes module question

Old posts that have not been replied to for several years.
Locked
d
difoo
Voice
Posts: 33
Joined: Sat Jul 03, 2004 9:56 am

notes module question

Post by difoo »

hi, like most people i use the notes module in eggdrop.
now when someone sends a note to another user using .note USER TEXT and the USER logs into the bot, he will see that he has a new note.
reading them by doing .notes read doesn't make them notes marked as read. it will show the same notes everytime USER logs into the bot unltil he .notes erase's them. so my question, is there a way to mark notes as read and only show NEW (unread) notes when the user logs in?

thanks in advance
User avatar
user
 
Posts: 1452
Joined: Tue Mar 18, 2003 9:58 pm
Location: Norway

Re: notes module question

Post by user »

difoo wrote:is there a way to mark notes as read and only show NEW (unread) notes when the user logs in?
Change the module or write your own. Changing the built in module to do this using tcl would require too many ugly hacks.
Have you ever read "The Manual"?
d
difoo
Voice
Posts: 33
Joined: Sat Jul 03, 2004 9:56 am

Post by difoo »

okay, thanks ;-(
Locked