[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 @@
[1mROOM[0m - changes to a given room
[1mSYNOPSIS[0m
- [1mROOM[0m [4mvalue[0m
+ [1mROOM[0m [4mnumber[0m
[1mDESCRIPTION[0m
- Changes to room [4mvalue[0m. Returns a comparison match if ok, and doesn't
- match if it failed. In mudmode, it will not change to hidden rooms.
-
- [4mvalue[0m may be a room number, or a MUD direction, such as 'north',
- 'southeast', 'up' etc..
-
+ Changes to room [4mnumber[0m. 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 @@
[1mDESCRIPTION[0m
[1mWHENAMI[0m - places current timestamp into the variable.
- [1mWHEREAMI[0m - If you dont have mudmode, will return your current room number.
+ [1mWHEREAMI[0m - 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.
[1mWHOAMI[0m - 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 @@
[1mp[0m - User is Protected (cannot be kicked, gagged, etc.)
[1mf[0m - User is frozen (cannot change channels)
[1my[0m - User is 'spy'ing (can see who sent raw etc.)
- [1mv[0m - Verbose mode. When in mudmode, automatically looks on room entrance,
- and expands prompt where possible
[1mk[0m - Sticky rooms mode. Lets you log onto the room you logged off from
[1m1[0m-[1m6[0m Gag filter bits - combinations of these flags give you access to
More information about the mw-devel
mailing list