Commit badf2d27 authored by Andrew Price's avatar Andrew Price
Browse files

- Rip out all the stuff I could find relating to mudmode

- Source builds and runs as of this commit
- Debian package builds OK
- Need to check that it copes with upgrades from mw installs where mudmode was previously used
parent 36826894
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@ VERSION_TWEAK:= $(shell svnversion -c .|cut -d : -f 2)
VERSION=$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_TWEAK)

# the non source files that should get installed
INSTALLFILES = colour help login.banner mudhelp rooms scripthelp talkhelp wizhelp COPYING INSTALL LICENSE README
INSTALLFILES = colour help login.banner scripthelp talkhelp wizhelp COPYING INSTALL LICENSE README

ifndef TMPDIR
rpm deb:

mudhelp/down

deleted100644 → 0
+0 −9
Original line number Diff line number Diff line
NAME
     down - Move down

SYNOPSIS
     down

DESCRIPTION
     Moves you down if that direction is available.

mudhelp/east

deleted100644 → 0
+0 −9
Original line number Diff line number Diff line
NAME
     east - Move east

SYNOPSIS
     east

DESCRIPTION
     Moves you east if that direction is available.

mudhelp/help

deleted100644 → 0
+0 −13
Original line number Diff line number Diff line
NAME
     help - list functions and their usage

SYNOPSIS
     help [TOPIC]

DESCRIPTION
     Gives man-page style online help for Milliways MUD commands. For a
     list of the MUD commands available, just type [help.

     TOPIC
         The full name of the command

mudhelp/in

deleted100644 → 0
+0 −9
Original line number Diff line number Diff line
NAME
     in - Move in

SYNOPSIS
     in

DESCRIPTION
     Moves you in if that direction is available.
Loading