Is this a bug or the way I'm reducing the number of messages in each
area? Otherwise it takes some time to do area changes etc...
To trim down the messages in eacg area. This works fine and does
remove old messages. But the issue is that Magicka then wont list the area's with new messages or ones addressd to me on login.
remove old messages. But the issue is that Magicka then wont list the area's with new messages or ones addressd to me on login.
I've pushed a fix now for listing areas with new messages, I'm not sure what's going on with the personal messages though.
Just for referance this is what I have in the email section of the
login stanza:
-- Check email
local email = bbs_get_emailcount();
if (email > 0) then
bbs_write_string(string.format("\r\n\r\nYou have %d emails in
your inbox\r\n", email));
else
bbs_write_string("\r\n\r\nYou have no email\r\n"); end
bbs_mail_scan();
bbs_personal_mail_scan();
-- Done!
That looks right, did the fix help with the bbs_mail_scan part or is it still broken?
Hi apam,
That looks right, did the fix help with the bbs_mail_scan part or still broken?
Yes, the last two logins to the system have shown me that there is
new mail, and it's now listing the number of new mails to me.
Sysop: | altere |
---|---|
Location: | Houston, TX |
Users: | 69 |
Nodes: | 4 (0 / 4) |
Uptime: | 03:13:55 |
Calls: | 1,059 |
Calls today: | 2 |
Files: | 8,061 |
Messages: | 298,290 |