]> granicus.if.org Git - nethack/commit
Add server admin messaging functionality
authorPasi Kallinen <paxed@alt.org>
Mon, 4 Jan 2016 21:04:56 +0000 (23:04 +0200)
committerPasi Kallinen <paxed@alt.org>
Mon, 4 Jan 2016 21:04:59 +0000 (23:04 +0200)
commite9b0fa23d2f78db23444c3749171d53ca788ff18
tree698d6e8d34691dd9f51f8acea4844e273d0fdcde
parent89e4d5e9faa5aa420631185d019293592897d727
Add server admin messaging functionality

It's occasionally important for public servers to notify
all the players. Sending a mail is not reliable, as not everyone
wants to break conduct, or have mail on.

This adds a compile-time defined filename, which NetHack
will monitor. The contents of the file are in the same
format as SIMPLE_MAIL: "sender:message" on one line.
include/extern.h
include/unixconf.h
src/allmain.c
src/mail.c