Commit 96c971cb authored by Andrew Price's avatar Andrew Price
Browse files

Some final soil erosion

parent c6cb079d
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -12,8 +12,3 @@ Default Colour Scheme - The meanings
13 User has left channel
14 Talker system messages
15 Talker 'user action' messages
16 MW-MUD Directional Movement
17 MW-MUD Description
18 MW-MUD Exits
19 MW-MUD Room Users
20 MW-MUD Links
+0 −1
Original line number Diff line number Diff line
@@ -102,7 +102,6 @@ endfunc
     boardexec   - List all board commands
     exec        - List all talker commands
     script      - List all script functions
     mud         - List all MUD commands

   In addition to these, there are two special types:
     null        - No tab completion (used to disable it)
+0 −5
Original line number Diff line number Diff line
NAME
     BOARDEXEC - Execute board command
     MUDEXEC - Execute mud command
     SCREXEC - Execute script command

SYNOPSIS
     BOARDEXEC command [args...]
     MUDEXEC command [args...]
     SCREXEC command [args...]

DESCRIPTION
     BOARDEXEC executes the named board command as if it was
     entered at the prompt.

     MUDEXEC executes the named mud command as if it was entered
     at the talker prompt while in mud mode.

     SCREXEC executes the named script command as in a script.
+1 −3
Original line number Diff line number Diff line
@@ -5,7 +5,5 @@
     room [ROOM]

DESCRIPTION
     Moves you from one room to another. When you are in talker mode, the rooms
     are numbered 0-65535. When in MUD mode, the rooms have names, and you
     can use room to move in a direction.
     Moves you from one room to another. The rooms are numbered 0-65535.