Mercurial > ~darius > hgwebdir.cgi > paradise_server
view bin/mailcluecheck @ 14:b7fe2e0e4b86
Added #defines which hold the chance of nebulous terrain affecting
your weapons systems.
author | darius |
---|---|
date | Sat, 06 Dec 1997 06:27:50 +0000 |
parents | 4d6502ffaa5e |
children |
line wrap: on
line source
#!/bin/sh # # Called when a player is ejected. (If the MAIL_CLUELETTER option is set # in config.h) # EJECTLETTER="lib/eject.letter" HOST=`hostname` echo $1@$2 >> ${NETREKDIR}/logs/eject.log mailx -s'You were ejected from Netrek at ${HOST}' $1@$2 < ${NETREKDIR}/${EJECTLETTER}