mirror of
https://github.com/tbamud/tbamud.git
synced 2026-02-25 16:44:10 +01:00
New mail system, with inbox OLC, index rebuilder and initial mail
This commit is contained in:
parent
d257dc0c75
commit
e068bfd5c0
28 changed files with 4085 additions and 588 deletions
|
|
@ -819,7 +819,7 @@ ACMD(do_gen_tog)
|
|||
act("$n has gone AFK.", TRUE, ch, 0, 0, TO_ROOM);
|
||||
else {
|
||||
act("$n has come back from AFK.", TRUE, ch, 0, 0, TO_ROOM);
|
||||
if (has_mail(GET_IDNUM(ch)))
|
||||
if (has_mail(ch))
|
||||
send_to_char(ch, "You have mail waiting.\r\n");
|
||||
}
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue