PennMUSH Community

Changeset 427

Show
Ignore:
Timestamp:
08/12/06 17:52:59 (2 years ago)
Author:
pennmush
Message:

PennMUSH 1.7.7p14 Archival

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 1.7.7/CHANGES.176

    r425 r427  
    1414========================================================================== 
    1515 
     16Version 1.7.6 patchlevel 10                     May 13, 2003 
     17 
     18Minor changes: 
     19   * PCRE (the regex matching engine we use) is updated to version 4.2. [SW] 
     20   * @mail/file now unclears the cleared bit when filing @mail. 
     21     Suggested by Philip Mak. 
     22Fixes: 
     23   * @edit is better with editing ansi. Reported by Trispis@M*U*S*H. [SW] 
     24   * Help file cleanup. [SW] 
     25   * @warnings about missing FAILURE messages were not correctly  
     26     checked, causing false positives. Reported by Cheetah. 
     27   * Page message no longer ends in a period. Suggested by Time@M*U*S*H. 
     28   * Help fixes by Intrevis@M*U*S*H. 
     29   * BASE_ROOM can't be destroyed any more. Suggested by Philip Mak. 
     30 
     31 
    1632Version 1.7.6 patchlevel 9                      April 9, 2003 
    1733 
     
    2541   * Configure test for /dev/urandom from 1.7.5 got left out by mistake. 
    2642   * Critical overflow bug in command argument parsing fixed. 
    27  
    2843 
    2944Version 1.7.6 patchlevel 8                      March 21, 2003 
  • 1.7.7/CHANGES.177

    r425 r427  
    1818 
    1919========================================================================== 
     20 
     21Version 1.7.7 patchlevel 14                     May 22, 2003 
     22 
     23Major changes: 
     24  * Ancestors: an object can be configured to serve as an 'ultimate  
     25    parent' of every room, exit, thing, or player, and attributes 
     26    that are not found on an object or any of its parents may be inherited  
     27    from the ancestor for that object type.  The ORPHAN flag prevents  
     28    ancestors from being used on an object.  Patch by Walker@M*U*S*H. 
     29  * Mail messages now track not only the dbref of the sender but the 
     30    sender's creation time, so messages from dbrefs that have been 
     31    nuked and recreated can be distinguished from messages from the  
     32    original sender. This modifies the maildb and make it not usable 
     33    with older versions. All existing @mail is grandfathered in, and 
     34    can't be tracked this way. Suggested by Philip Mak. 
     35  * New chunk memory allocator can be used to greatly reduce process 
     36    memory requirements by swapping little-used attribute texts out 
     37    to disk and caching often-used attribute texts in memory.  
     38    This is incompatible with forking dumps, so if you use it, 
     39    you'll do nonforking dumps.  Configurable in mush.cnf, see comments  
     40    there. [TAP] 
     41  * Hardcode: new interaction type INTERACT_PRESENCE marks the 
     42    arrival/departure/connection/disconnection/grows ears/loses ears 
     43    messages. Many message types that used to be considered auditory 
     44    (like most @verb-style messages) are now marked as visual instead. 
     45Functions: 
     46  * strreplace() works like replace() for strings. [SW] 
     47  * fraction(), for turning floating-point numbers into fractions. [SW] 
     48  * root(), for finding roots higher than the square root. [SW] 
     49Minor changes:  
     50  * We now use wrapper functions atr_value and safe_atr_value instead of 
     51    uncompress(AL_STR(...)) or safe_uncompress(AL_STR(...)), so we 
     52    can do future work with attribute storage cleanly. [TAP] 
     53  * @*payment attributes now receive the amount of money paid in 
     54    as %0. Suggested by Sholevi and Time@M*U*S*H. [SW] 
     55  * Config options that take times now accept a notation describing what kind 
     56    of units to use. For example, 3600s, 60m, 30m1800s, and 1h all refer to  
     57    the same period of time. Suggested by Time@M*U*S*H. [SW] 
     58  * Doxygen commenting of non-static members is essentially complete! 
     59    Pennhacks see: http://www.pennmush.org/docs/1.7.7/html/ 
     60  * The mail() function no longer matches non-player objects by name. 
     61  * Several additional messages (locks, parents, etc.) are now quieted by 
     62    the QUIET flag. Patch by [EEH]. 
     63  * New config option default_home sets the room to send homeless things 
     64    to. [TAP] 
     65  * Added visual progress indicators for utils/mkcmds.sh so that slow 
     66    systems won't think they're hung. Suggested by Cheetah@M*U*S*H. 
     67Fixes: 
     68  * Fixes from 1.7.6p10. 
     69  * The 'i' sort type was not properly implemented. Reported by 
     70    Noltar and BlaZE@M*U*S*H. 
     71  * Cleanup of all accesses to ATTR values to use AL_STR() in preparation 
     72    for future work on attribute storage. [TAP] 
     73  * The 'any' string for specifying flag types didn't work properly. 
     74    Reported by Krad@M*U*S*H. 
     75  * The connect screen may now appear correctly under windows telnet. [SW] 
     76  * The more efficient channel buffer shifting code now handles 
     77    pathological cases correctly. 
     78  * The tag*() functions could leave tags open at the end of full 
     79    buffers. No longer. 
     80  * Code cleanup in src/notify.c. 
     81  * @rejectmotd and @wizmotd set the wrong messages. Report by 
     82    Konstantine Shirow. [SW] 
     83  * Using @chan/buffer to resize a recall buffer gives feedback. Reported by 
     84    Sholevi@M*U*S*H. [SW]  
     85  * Help fix for grab() by Adu@AbryssMUSH. 
     86  * You can no longer destroy the base_room (or default_home). Suggested 
     87    by Philip Mak. [TAP] 
    2088 
    2189Version 1.7.7 patchlevel 13                     April 9, 2003 
  • 1.7.7/MANIFEST

    r423 r427  
    1414hdrs/boolexp.h 
    1515hdrs/command.h 
     16hdrs/chunk.h 
    1617hdrs/htab.h 
    1718hdrs/privtab.h 
     
    5455src/boolexp.c 
    5556src/bsd.c 
     57src/chunk.c 
    5658src/cmds.c 
    5759src/command.c 
  • 1.7.7/Patchlevel

    r425 r427  
    11Do not edit this file. It is maintained by the official PennMUSH patches. 
    2 This is PennMUSH 1.7.7p13 
     2This is PennMUSH 1.7.7p14 
  • 1.7.7/game/mushcnf.dst

    r417 r427  
    9393base_room 0 
    9494 
     95# The ancestor room. This dbref serves as an 'ultimate parent' to 
     96# all rooms that aren't set ORPHAN. Set to -1 to disable. 
     97ancestor_room -1 
     98 
     99# The ancestor exit. This dbref serves as an 'ultimate parent' to 
     100# all exits that aren't set ORPHAN. Set to -1 to disable. 
     101ancestor_exit -1 
     102 
     103# The ancestor thing. This dbref serves as an 'ultimate parent' to 
     104# all things that aren't set ORPHAN. Set to -1 to disable. 
     105ancestor_thing -1 
     106 
     107# The ancestor player. This dbref serves as an 'ultimate parent' to 
     108# all players that aren't set ORPHAN. Set to -1 to disable. 
     109ancestor_player -1 
     110 
     111# The default home.  This is the room used when an object becomes 
     112# homeless (usually due to its home getting destroyed).  It's also 
     113# the place where things get moved to if their location gets 
     114# unsalvageably corrupted. 
     115default_home 0 
     116 
    95117# What's the filename of the @sitelock file, that controls 
    96118# who can connect and who can't 
     
    105127   
    106128### 
     129### Attribute (chunk) cache 
     130### 
     131### PennMUSH can swap rarely-referenced attribute text out to a disk 
     132### file, and cache often-used attribute text in memory. This  
     133### can result in substantial (typically 30-50%) savings 
     134### in process memory use, at the cost of a very small performance hit 
     135### and no longer being able to do forking dumps. 
     136### You can control the size of memory cache (or set it so large 
     137### that nothing is ever swapped to disk), as well as several less 
     138### important parameters here.  
     139### 
     140 
     141# The file to store the attribute data in, when not in memory. 
     142# This is relative to the game/ directory. 
     143chunk_swap_file data/chunkswap 
     144 
     145# The amount of memory allowed for the attribute cache, in bytes. 
     146# The actual amount used will be a multiple of 64K slightly less 
     147# the specified amount.  You must give it at least 132000 bytes. 
     148# If you want to use an 'infinite' cache, try setting this 
     149# to 2000000000; you'll lose the memory benefits, but you'll still 
     150# gain some locality benefits and overhead savings and you'll 
     151# be able to do forking dumps. 
     152chunk_cache_memory 1000000 
     153 
     154# The number of attributes that may be moved at one time, with no 
     155# net activity.  The higher the value, the faster memory gets 
     156# defragmented, but at a greater CPU cost. 
     157chunk_migrate 500 
     158 
     159# The number of attributes that may be moved at one time, with net 
     160# activity. 
     161active_chunk_migrate 200 
     162 
     163### 
    107164### Limits, costs, and other constants 
    108165### 
     
    116173# a player may idle before getting disconnected. 
    117174# If you don't want a timeout, set it to 0. 
    118 idle_timeout 0 
     175idle_timeout 0m 
    119176 
    120177# Should there be a limit on how long connections at the connect screen 
     
    123180# a connection may idle before getting disconnected. 
    124181# If you don't want a timeout, set it to 0. 
    125 unconnected_idle_timeout 5 
     182unconnected_idle_timeout 5m 
    126183 
    127184# Should there be a limit on the number of logins the MUSH 
     
    267324 
    268325# How often should we run a purge to remove destroyed objects? (seconds) 
    269 purge_interval 601 
     326purge_interval 10m1s 
    270327 
    271328# How often should we run a dbck to check db consistency? (seconds) 
    272 dbck_interval  599  
     329dbck_interval  9m59s 
    273330 
    274331# If you've got USE_WARNINGS defined, set this to the number 
     
    276333# warning checks. Default is 3600 (1 hour). If you set this to 0, 
    277334# timed MUSH-wide checks will be disabled. 
    278 warn_interval 3600 
     335warn_interval 1h 
    279336 
    280337# If compiled with FLOATING_POINTS support, this controls the 
     
    301358# This cannot be a multiple of any of the timer.c parameters 
    302359# (so keep it an even number of hours). 
    303 dump_interval 3600 
     360dump_interval 1h 
    304361 
    305362# should I fork a concurrent process to do database dumps? 
     
    307364# If I don't, the MUSH will pause while it dumps. 
    308365# If you're low on memory, don't do this. 
     366# If you want to use the chunk-based memory allocator, you may not 
     367# be able to do forking dumps, and it will ignore this. 
    309368# If you're on Win32, don't do this; fork() is not defined. 
    310 forking_dump yes 
     369forking_dump no 
    311370 
    312371# If you're not forking, you get a bunch of messages that you 
     
    376435# to make it take effect. 
    377436use_ident yes 
    378 ident_timeout 5 
     437ident_timeout 5s 
    379438 
    380439### 
  • 1.7.7/game/restart

    r425 r427  
    2525# Example (uncomment to use): 
    2626#LANG=fr_FR 
     27 
     28# Time zone stuff 
     29# If you want your MUSH to run in a different timezone than the one 
     30# you're in, you need to identify the target time zone file in  
     31# /usr/share/zoneinfo or /usr/lib/zoneinfo. Then uncomment the next 
     32# two lines and set TZ to the desired timezone file, as shown, with 
     33# an initial colon: 
     34#TZ=:EST5EDT 
     35#export TZ 
    2736 
    2837# If netmush isn't here, they probably didn't make install 
  • 1.7.7/game/txt/hlp/index.hlp

    r425 r427  
    6565& Entries-4 
    6666-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- 
    67 <<<<<<< 1_7_7.312(w)/game/txt/hlp/index.hlp Tue, 14 Jan 2003 23:22:31 -0600 dunemush (pennmush/20_index.hlp 1.1.1.1.1.1.1.1.1.2.1.1.2.2.2.2.1.1.1.4.2.1.1.6 660) 
    68  1.7.4p5                   1.7.4p6                   1.7.4p7                   
    69  1.7.4p8                   1.7.4p9                   1.7.4p10                  
    70  1.7.4p11                  1.7.4p12                  1.7.4p13                  
    71  1.7.4p14                  1.7.4p15                  1.7.4p16                  
    72  1.7.4p17                  1.7.4p18                  1.7.4p19                  
    73  1.7.4p20                  1.7.5p0                   1.7.5p1                   
    74  1.7.5p2                   1.7.5p3                   1.7.5p4                   
    75  1.7.5p5                   1.7.5p6                   1.7.5p7                   
    76  1.7.5p8                   1.7.5p9                   1.7.5p10                  
    77  1.7.5p11                  1.7.5p12                  1.7.6p0                   
    78  1.7.6p1                   1.7.6p2                   1.7.6p3                   
    79  1.7.6p4                   1.7.6p5                   1.7.6p6                   
    80  1.7.7p0                   1.7.7p1                   1.7.7p2                   
    81  1.7.7p3                   1.7.7p4                   1.7.7p5                   
    82  1.7.7p6                   :                         ;                         
    83  @-attributes              @-building                @-general                 
    84 ======= 
    8567 1.7.4p7                   1.7.4p8                   1.7.4p9                   
    8668 1.7.4p10                  1.7.4p11                  1.7.4p12                  
     
    9577 1.7.6p3                   1.7.6p4                   1.7.6p5                   
    9678 1.7.6p6                   1.7.6p7                   1.7.6p8                   
     79 1.7.6p9                   1.7.7p0                   1.7.7p1                   
     80 1.7.7p2                   1.7.7p3                   1.7.7p4                   
     81 1.7.7p5                   1.7.7p6                   1.7.7p7                   
     82 1.7.7p8                   1.7.7p9                   1.7.7p10                  
     83 
     84For more, see Entries-5 
     85-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- 
     86& Entries-5 
     87-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- 
     88 1.7.7p11                  1.7.7p12                  1.7.7p13                  
    9789 :                         ;                         @-attributes              
    9890 @-building                @-general                 @-wizard                  
    9991 @@                        @@()                      @aahear                   
    10092 @aclone                   @aconnect                 @adeath                   
    101 >>>>>>> 1_7_6.134/game/txt/hlp/index.hlp Wed, 26 Mar 2003 09:25:17 -0600 dunemush (pennmush/20_index.hlp 1.1.1.1.1.1.1.1.1.2.1.1.2.2.2.2.1.1.1.4.2.1.2.1 660) 
    102  
    103 For more, see Entries-5 
    104 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- 
    105 & Entries-5 
    106 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- 
    107 <<<<<<< 1_7_7.312(w)/game/txt/hlp/index.hlp Tue, 14 Jan 2003 23:22:31 -0600 dunemush (pennmush/20_index.hlp 1.1.1.1.1.1.1.1.1.2.1.1.2.2.2.2.1.1.1.4.2.1.1.6 660) 
    108  @-wizard                  @@                        @@()                      
    109  @aahear                   @aclone                   @aconnect                 
    110  @adeath                   @adescribe                @adestroy                 
    111  @adisconnect              @adrop                    @aefail                   
    112  @aenter                   @afailure                 @afollow                  
    113  @agive                    @ahear                    @aidescribe               
    114  @aleave                   @alfail                   @alias                    
    115  @allhalt                  @allquota                 @amhear                   
    116  @amove                    @apayment                 @areceive                 
    117  @asuccess                 @atport                   @atrchown                 
    118  @atrlock                  @attribute                @aufail                   
    119  @aunfollow                @ause                     @away                     
    120  @azenter                  @azleave                  @boot                     
    121  @break                    @cemit                    @channel                  
    122  @channel2                 @channel3                 @channel4                 
    123  @channel5                 @charges                  @chat                     
    124 ======= 
    12593 @adescribe                @adestroy                 @adisconnect              
    12694 @adrop                    @aefail                   @aenter                   
     
    134102 @ause                     @away                     @azenter                  
    135103 @azleave                  @boot                     @break                    
     104 
     105For more, see Entries-6 
     106-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- 
     107& Entries-6 
     108-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- 
    136109 @cemit                    @channel                  @channel2                 
    137110 @channel3                 @channel4                 @channel5                 
     
    139112 @chownall                 @chzone                   @chzone2                  
    140113 @chzoneall                @clock                    @clock2                   
    141 >>>>>>> 1_7_6.134/game/txt/hlp/index.hlp Wed, 26 Mar 2003 09:25:17 -0600 dunemush (pennmush/20_index.hlp 1.1.1.1.1.1.1.1.1.2.1.1.2.2.2.2.1.1.1.4.2.1.2.1 660) 
    142  
    143 For more, see Entries-6 
    144 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- 
    145 & Entries-6 
    146 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- 
    147 <<<<<<< 1_7_7.312(w)/game/txt/hlp/index.hlp Tue, 14 Jan 2003 23:22:31 -0600 dunemush (pennmush/20_index.hlp 1.1.1.1.1.1.1.1.1.2.1.1.2.2.2.2.1.1.1.4.2.1.1.6 660) 
    148  @chown                    @chownall                 @chzone                   
    149  @chzone2                  @chzoneall                @clock                    
    150  @clock2                   @clone                    @command                  
    151  @comment                  @config                   @config attribs           
    152  @config chat              @config cmds              @config cosmetic          
    153  @config cosmetic2         @config costs             @config db                
    154  @config dump              @config funcs             @config limits            
    155  @config limits2           @config log               @config net               
    156  @config parameters        @config tiny              @conformat                
    157  @cost                     @cpattr                   @create                   
    158  @dbck                     @death                    @decompile                
    159  @decompile2               @decompile3               @descformat               
    160  @describe                 @destroy                  @destroy2                 
    161  @dig                      @dig2                     @disable                  
    162  @doing                    @dolist                   @drain                    
    163  @drop                     @dump                     @ealias                   
    164 ======= 
    165114 @clone                    @command                  @comment                  
    166115 @config                   @config attribs           @config chat              
     
    172121 @cpattr                   @create                   @dbck                     
    173122 @death                    @decompile                @decompile2               
    174  @decompile3               @describe                 @destroy                  
    175  @destroy2                 @dig                      @dig2                     
    176  @disable                  @doing                    @dolist                   
    177  @drain                    @drop                     @dump                     
    178  @ealias                   @edit                     @efail                    
    179  @elock                    @emit                     @enable                   
    180  @enter                    @entrances                @eunlock                  
    181 >>>>>>> 1_7_6.134/game/txt/hlp/index.hlp Wed, 26 Mar 2003 09:25:17 -0600 dunemush (pennmush/20_index.hlp 1.1.1.1.1.1.1.1.1.2.1.1.2.2.2.2.1.1.1.4.2.1.2.1 660) 
     123 @decompile3               @descformat               @describe                 
     124 @destroy                  @destroy2                 @dig                      
    182125 
    183126For more, see Entries-7 
     
    185128& Entries-7 
    186129-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- 
    187 <<<<<<< 1_7_7.312(w)/game/txt/hlp/index.hlp Tue, 14 Jan 2003 23:22:31 -0600 dunemush (pennmush/20_index.hlp 1.1.1.1.1.1.1.1.1.2.1.1.2.2.2.2.1.1.1.4.2.1.1.6 660) 
    188  @edit                     @efail                    @elock                    
    189  @emit                     @enable                   @enter                    
    190  @entrances                @eunlock                  @exitformat               
    191  @failure                  @filter                   @filter2                  
    192  @find                     @firstexit                @flag                     
    193  @flag2                    @follow                   @force                    
    194  @force2                   @forwardlist              @function                 
    195  @function2                @function3                @function4                
    196  @gedit                    @give                     @grep2                    
    197  @grep                     @halt                     @haven                    
    198  @hide                     @hook                     @hook2                    
    199  @idescribe                @idle                     @infilter                 
    200  @inprefix                 @kick                     @lalias                   
    201  @leave                    @lemit                    @lfail                    
    202  @link                     @list                     @listen                   
    203  @listen2                  @listmotd                 @lock                     
    204 ======= 
    205  @exitformat               @failure                  @filter                   
    206  @filter2                  @find                     @firstexit                
     130 @dig2                     @disable                  @doing                    
     131 @dolist                   @drain                    @drop                     
     132 @dump                     @ealias                   @edit                     
     133 @efail                    @elock                    @emit                     
     134 @enable                   @enter                    @entrances                
     135 @eunlock                  @exitformat               @failure                  
     136 @filter                   @filter2                  @find                     
     137 @firstexit                @flag                     @flag2                    
    207138 @follow                   @force                    @force2                   
    208139 @forwardlist              @function                 @function2                
     
    210141 @give                     @grep2                    @grep                     
    211142 @halt                     @haven                    @hide                     
    212  @hook                     @hook2                    @idescribe                
    213  @idle                     @infilter                 @inprefix                 
    214  @kick                     @lalias                   @leave                    
    215  @lemit                    @lfail                    @link                     
    216  @list                     @listen                   @listen2                  
    217  @listmotd                 @lock                     @lock2                    
    218  @lock3                    @lock4                    @lock5                    
    219  @lock6                    @lock7                    @lock8                    
    220  @lock9                    @log                      @logwipe                  
    221 >>>>>>> 1_7_6.134/game/txt/hlp/index.hlp Wed, 26 Mar 2003 09:25:17 -0600 dunemush (pennmush/20_index.hlp 1.1.1.1.1.1.1.1.1.2.1.1.2.2.2.2.1.1.1.4.2.1.2.1 660) 
     143 @hook                     @hook2                    @idescformat              
     144 @idescribe                @idle                     @infilter                 
     145 @inprefix                 @kick                     @lalias                   
    222146 
    223147For more, see Entries-8 
     
    225149& Entries-8 
    226150-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- 
    227 <<<<<<< 1_7_7.312(w)/game/txt/hlp/index.hlp Tue, 14 Jan 2003 23:22:31 -0600 dunemush (pennmush/20_index.hlp 1.1.1.1.1.1.1.1.1.2.1.1.2.2.2.2.1.1.1.4.2.1.1.6 660) 
     151 @leave                    @lemit                    @lfail                    
     152 @link                     @list                     @listen                   
     153 @listen2                  @listmotd                 @lock                     
    228154 @lock2                    @lock3                    @lock4                    
    229155 @lock5                    @lock6                    @lock7                    
     
    239165 @oemit                    @oenter                   @ofailure                 
    240166 @ofollow                  @ogive                    @oidescribe               
     167 
     168For more, see Entries-9 
     169-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- 
     170& Entries-9 
     171-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- 
    241172 @oleave                   @olfail                   @omove                    
    242173 @opayment                 @open                     @oreceive                 
    243174 @osuccess                 @otport                   @oufail                   
    244 ======= 
    245  @lset                     @map2                     @mail                     
    246  @malias                   @malias2                  @malias3                  
    247  @malias4                  @malias5                  @map                      
    248  @motd                     @move                     @mvattr                   
    249  @name                     @nameaccent               @nameformat               
    250  @newpassword              @notify                   @nspemit                  
    251  @nuke                     @odeath                   @odescribe                
    252  @odrop                    @oefail                   @oemit                    
    253  @oenter                   @ofailure                 @ofollow                  
    254  @ogive                    @oidescribe               @oleave                   
    255  @olfail                   @omove                    @opayment                 
    256  @open                     @oreceive                 @osuccess                 
    257  @otport                   @oufail                   @ounfollow                
    258  @ouse                     @oxenter                  @oxleave                  
    259  @oxmove                   @oxtport                  @ozenter                  
    260  @ozleave                  @parent                   @password                 
    261 >>>>>>> 1_7_6.134/game/txt/hlp/index.hlp Wed, 26 Mar 2003 09:25:17 -0600 dunemush (pennmush/20_index.hlp 1.1.1.1.1.1.1.1.1.2.1.1.2.2.2.2.1.1.1.4.2.1.2.1 660) 
    262  
    263 For more, see Entries-9 
    264 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- 
    265 & Entries-9 
    266 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- 
    267 <<<<<<< 1_7_7.312(w)/game/txt/hlp/index.hlp Tue, 14 Jan 2003 23:22:31 -0600 dunemush (pennmush/20_index.hlp 1.1.1.1.1.1.1.1.1.2.1.1.2.2.2.2.1.1.1.4.2.1.1.6 660) 
    268175 @ounfollow                @ouse                     @oxenter                  
    269176 @oxleave                  @oxmove                   @oxtport                  
     
    279186 @select                   @set                      @sex                      
    280187 @shutdown                 @sitelock                 @sitelock2                
     188 
     189For more, see Entries-10 
     190-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- 
     191& Entries-10 
     192-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- 
    281193 @sitelock3                @squota                   @startup                  
    282194 @stats                    @success                  @sweep                    
    283195 @switch                   @switch2                  @teleport                 
    284 ======= 
    285  @payment                  @pcreate                  @pemit                    
    286  @pemit2                   @poll                     @poor                     
    287  @power                    @prefix                   @ps                       
    288  @purge                    @quota                    @readcache                
    289  @receive                  @recycle                  @rejectmotd               
    290  @remit                    @restart                  @runout                   
    291  @rwall                    @rwallemit                @rwallpose                
    292  @scan                     @search                   @search2                  
    293  @search3                  @select                   @set                      
    294  @sex                      @shutdown                 @sitelock                 
    295  @sitelock2                @sitelock3                @squota                   
    296  @startup                  @stats                    @success                  
    297  @sweep                    @switch                   @switch2                  
    298  @teleport                 @tport                    @trigger                  
    299  @trigger2                 @ufail                    @ulock                    
    300  @undestroy                @unfollow                 @unlink                   
    301 >>>>>>> 1_7_6.134/game/txt/hlp/index.hlp Wed, 26 Mar 2003 09:25:17 -0600 dunemush (pennmush/20_index.hlp 1.1.1.1.1.1.1.1.1.2.1.1.2.2.2.2.1.1.1.4.2.1.2.1 660) 
    302  
    303 For more, see Entries-10 
    304 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- 
    305 & Entries-10 
    306 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- 
    307 <<<<<<< 1_7_7.312(w)/game/txt/hlp/index.hlp Tue, 14 Jan 2003 23:22:31 -0600 dunemush (pennmush/20_index.hlp 1.1.1.1.1.1.1.1.1.2.1.1.2.2.2.2.1.1.1.4.2.1.1.6 660) 
    308196 @tport                    @trigger                  @trigger2                 
    309197 @ufail                    @ulock                    @undestroy                
     
    314202 @version                  @vrml_url                 @wait                     
    315203 @wait2                    @wall                     @warnings                 
    316 ======= 
    317  @unlock                   @unrecycle                @uptime                   
    318  @uptime2                  @use                      @uunlock                  
    319  @verb                     @verb2                    @verb3                    
    320  @verb4                    @version                  @vrml_url                 
    321  @wait                     @wait2                    @wall                     
    322  @wallemit                 @wallpose                 @warnings                 
    323 >>>>>>> 1_7_6.134/game/txt/hlp/index.hlp Wed, 26 Mar 2003 09:25:17 -0600 dunemush (pennmush/20_index.hlp 1.1.1.1.1.1.1.1.1.2.1.1.2.2.2.2.1.1.1.4.2.1.2.1 660) 
    324204 @warnings2                @warnings3                @wcheck                   
    325 <<<<<<< 1_7_7.312(w)/game/txt/hlp/index.hlp Tue, 14 Jan 2003 23:22:31 -0600 dunemush (pennmush/20_index.hlp 1.1.1.1.1.1.1.1.1.2.1.1.2.2.2.2.1.1.1.4.2.1.1.6 660) 
    326205 @whereis                  @wipe                     @wizmotd                  
    327206 @wizwall                  @zemit                    @zenter                  </