mirror of
https://github.com/tbamud/tbamud.git
synced 2026-02-22 11:31:44 +01:00
Updated World and files for 3.55 release. --Rumble
This commit is contained in:
@@ -1,17 +1,9 @@
|
||||
/*
|
||||
* sign.c: a program to present text on a TCP port
|
||||
*
|
||||
* Author: Jeremy Elson (jelson@circlemud.org)
|
||||
* Usage: sign <port> <filename> or
|
||||
* sign <port> -
|
||||
*
|
||||
* '-' indicates file should be read from stdin.
|
||||
*
|
||||
* This program is in the public domain. It may be copied, redistributed,
|
||||
* reused, modified, etc., but a notice of my authorship must be maintained.
|
||||
*
|
||||
* This program comes with no warranty of any kind, expressed or implied.
|
||||
*/
|
||||
/* ************************************************************************
|
||||
* file: sign.c Part of tbaMUD *
|
||||
* Usage: A program to present text on a TCP port. *
|
||||
* sign <port> <filename | port> *
|
||||
* Written by Jeremy Elson *
|
||||
************************************************************************* */
|
||||
|
||||
#define MAX_FILESIZE 8192
|
||||
#define LINEBUF_SIZE 128
|
||||
|
||||
Reference in New Issue
Block a user