[mw-devel] MW3 r1252 - in trunk: scripthelp src web wizhelp

welshbyte at sucs.org welshbyte at sucs.org
Thu Jun 9 23:58:29 BST 2011


Author: welshbyte
Date: 2011-06-09 23:58:29 +0100 (Thu, 09 Jun 2011)
New Revision: 1252

Modified:
   trunk/scripthelp/room
   trunk/scripthelp/talkpriv
   trunk/scripthelp/whoami
   trunk/src/rooms.h
   trunk/web/bb.h
   trunk/wizhelp/chatmodes
Log:
Remove utterances of mudmode from docs


Modified: trunk/scripthelp/room
===================================================================
--- trunk/scripthelp/room	2011-06-09 21:36:52 UTC (rev 1251)
+++ trunk/scripthelp/room	2011-06-09 22:58:29 UTC (rev 1252)
@@ -2,12 +2,8 @@
      ROOM - changes to a given room
 
 SYNOPSIS
-     ROOM value
+     ROOM number
 
 DESCRIPTION
-     Changes to room value. Returns a comparison match if ok, and doesn't
-     match if it failed. In mudmode, it will not change to hidden rooms.
-
-     value may be a room number, or a MUD direction, such as 'north',
-     'southeast', 'up' etc..
-
+     Changes to room number. Returns a comparison match if ok, and doesn't
+     match if it failed.

Modified: trunk/scripthelp/talkpriv
===================================================================
--- trunk/scripthelp/talkpriv	2011-06-09 21:36:52 UTC (rev 1251)
+++ trunk/scripthelp/talkpriv	2011-06-09 22:58:29 UTC (rev 1252)
@@ -12,7 +12,6 @@
 
           empty      - no privs
           T          - timestamp
-          M          - mudmode
           <A-Za-z>   - chatmodes
 
      The chatmodes listed don't have 'c', or 'k' in them, as these

Modified: trunk/scripthelp/whoami
===================================================================
--- trunk/scripthelp/whoami	2011-06-09 21:36:52 UTC (rev 1251)
+++ trunk/scripthelp/whoami	2011-06-09 22:58:29 UTC (rev 1252)
@@ -13,11 +13,8 @@
 DESCRIPTION
      WHENAMI  - places current timestamp into the variable.
 
-     WHEREAMI - If you dont have mudmode, will return your current room number.
+     WHEREAMI - Returns your current room number.
 
-                For those in mudmode, it will return the current room number
-                if you are not lost in a hidden room.
-
                 If no room number can be found, returns -1.
 
      WHOAMI   - Places your current username into the variable.

Modified: trunk/src/rooms.h
===================================================================
--- trunk/src/rooms.h	2011-06-09 21:36:52 UTC (rev 1251)
+++ trunk/src/rooms.h	2011-06-09 22:58:29 UTC (rev 1252)
@@ -11,7 +11,7 @@
 	char *prompt;				/* alternate prompt */
 	int32_t hidden;				/* cant find room using 'room' command */
 	int32_t sproof;				/* soundproof? */
-	int32_t locked;				/* locked even if mudmode off? */
+	int32_t locked;				/* locked? */
 };
 
 void RoomInit(struct room *room);

Modified: trunk/web/bb.h
===================================================================
--- trunk/web/bb.h	2011-06-09 21:36:52 UTC (rev 1251)
+++ trunk/web/bb.h	2011-06-09 22:58:29 UTC (rev 1252)
@@ -169,7 +169,7 @@
 	char *prompt;			/* alternate prompt */
 	int hidden;			/* cant find room using 'room' command */
 	int sproof;			/* soundproof? */
-	int locked;			/* locked even if mudmode off? */
+	int locked;			/* locked? */
 	int *dir;			/* room numbers can find from here */
 	char **link;			/* link text for directions off here */
 	char **dirdef;			/* direction name redefs */

Modified: trunk/wizhelp/chatmodes
===================================================================
--- trunk/wizhelp/chatmodes	2011-06-09 21:36:52 UTC (rev 1251)
+++ trunk/wizhelp/chatmodes	2011-06-09 22:58:29 UTC (rev 1252)
@@ -7,8 +7,6 @@
      p - User is Protected (cannot be kicked, gagged, etc.)
      f - User is frozen (cannot change channels)
      y - User is 'spy'ing (can see who sent raw etc.)
-     v - Verbose mode. When in mudmode, automatically looks on room entrance,
-         and expands prompt where possible
      k - Sticky rooms mode. Lets you log onto the room you logged off from
 
      1-6 Gag filter bits - combinations of these flags give you access to




More information about the mw-devel mailing list