PennMUSH Community

Changeset 531

Show
Ignore:
Timestamp:
09/19/06 10:00:40 (2 years ago)
Author:
pennmush
Message:

PennMUSH 1.8.1p10 Archival

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 1.8.1/CHANGES.181

    r529 r531  
    1414 
    1515========================================================================== 
     16 
     17Version 1.8.1 patchlevel 10                     September 13, 2006 
     18Fixes: 
     19  * Cleaned up some compiler warnings. [SW] 
     20  * The AAHEAR and AMHEAR attribute flags work on listening parents.  
     21    Report by PAD@M*U*S*H. [GM] 
     22  * Flags without a letter would truncate the list of set flag letters. 
     23    Reported by Intrevis@M*U*S*H and Nathan Baum. Patched by latter. 
     24  * Win32 lacks the LC_MESSAGES setlocale() category. Reported by Intrevis. 
     25  * Trying to ignore signals could crash on Win32. Reported by Intrevis. 
     26  * Fixed parse errors in non-C99 compilers. Reported by Intrevis. 
     27  * Help fixes by Talvo, Sketch 
     28  * Fixes for 64-bit platforms [SW] 
     29  * @dump/paranoid produced corrupt databases.  
     30    Reported by Marvin@M*U*S*H. [SW] 
     31  * Better support for dealing with databases with a different number of  
     32    attributes on an object than expected. Marvin and Luke. [SW] 
     33  * Fixed the example in cmdlocal.c. Reported by Tokeli [SW] 
     34  * Fix in CHAT_TOKEN_ALIAS. [GM] 
     35 
     36Functions: 
     37  * link() now takes an optional third argument to make it act like 
     38    @link/preserve. Suggested by qatoq@ST:Foundations. 
     39 
     40Minor Changes: 
     41  * The hash table code now calls a cleanup function on data when deleting 
     42    an entry. [SW] 
     43  * The above is used in db.c, function.c and plyrlist.c [SW] 
     44  * @config compile reports if MySQL support is present. (This does not  
     45    mean the game is configured to use it.) [SW] 
     46  * restart copies log files from the last time the mush was running to 
     47    game/save/ instead of deleting them. [SW] 
     48 
    1649 
    1750Version 1.8.1 patchlevel 9                      July 9, 2006 
  • 1.8.1/Patchlevel

    r529 r531  
    11Do not edit this file. It is maintained by the official PennMUSH patches. 
    2 This is PennMUSH 1.8.1p9 
     2This is PennMUSH 1.8.1p10 
  • 1.8.1/game/restart

    r523 r531  
    112112fi 
    113113 
    114 rm -f log/*.log 
     114# Copy the last set of log files to save/ 
     115mv -f log/*.log save/ 
    115116 
    116117if [ -r "data/$OUTDB$SUFFIX" ]; then 
  • 1.8.1/game/txt/hlp/index.hlp

    r523 r531  
    55 $-commands2               %                         %!                        
    66 %#                        %2                        %3                        
    7  %4                        %:                        %n                        
    8  %~                        +                         1.50p6                    
    9  1.50p7                    1.50p8                    1.50p9                    
    10  1.50p10                   1.50p11                   1.50p12                   
    11  1.50p13                   1.50p14                   1.50pdune1                
    12  1.50pdune2                1.6.0p0                   1.6.0p3                   
    13  1.6.0p4                   1.6.0p5                   1.6.1p0                   
    14  1.6.1p1                   1.6.10p0                  1.6.10p1                  
    15  1.6.10p2                  1.6.10p3                  1.6.10p4                  
    16  1.6.10p5                  1.6.10p6                  1.6.2p0                   
    17  1.6.2p1                   1.6.3p0                   1.6.3p1                   
    18  1.6.3p2                   1.6.3p3                   1.6.3p4                   
    19  1.6.3p5                   1.6.3p6                   1.6.3p7                   
     7 %4                        %:                        %i                        
     8 %n                        %~                        +                         
     9 1.50p6                    1.50p7                    1.50p8                    
     10 1.50p9                    1.50p10                   1.50p11                   
     11 1.50p12                   1.50p13                   1.50p14                   
     12 1.50pdune1                1.50pdune2                1.6.0p0                   
     13 1.6.0p3                   1.6.0p4                   1.6.0p5                   
     14 1.6.1p0                   1.6.1p1                   1.6.10p0                  
     15 1.6.10p1                  1.6.10p2                  1.6.10p3                  
     16 1.6.10p4                  1.6.10p5                  1.6.10p6                  
     17 1.6.2p0                   1.6.2p1                   1.6.3p0                   
     18 1.6.3p1                   1.6.3p2                   1.6.3p3                   
     19 1.6.3p4                   1.6.3p5                   1.6.3p6                   
    2020 
    2121For more, see Entries-2 
     
    2323& Entries-2 
    2424-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- 
    25  1.6.4p0                   1.6.4p1                   1.6.4p2                   
    26  1.6.5p0                   1.6.5p1                   1.6.5p2                   
    27  1.6.5p3                   1.6.5p4                   1.6.6p0                   
    28  1.6.7p0                   1.6.7p1                   1.6.7p2                   
    29  1.6.7p3                   1.6.7p4                   1.6.7p5                   
    30  1.6.7p6                   1.6.8p0                   1.6.8p1                   
    31  1.6.9p0                   1.6.9p1                   1.6.9p2                   
    32  1.6.9p3                   1.6.9p4                   1.6.9p5                   
    33  1.6.9p6                   1.6.9p7                   1.6.9p8                   
    34  1.6.9p9                   1.7.0p0                   1.7.0p1                   
    35  1.7.0p2                   1.7.0p3                   1.7.0p4                   
    36  1.7.0p5                   1.7.0p6                   1.7.0p7                   
    37  1.7.0p8                   1.7.0p9                   1.7.0p10                  
    38  1.7.0p11                  1.7.1p0                   1.7.1p1                   
    39  1.7.1p2                   1.7.1p3                   1.7.2p0                   
    40  1.7.2p1                   1.7.2p2                   1.7.2p3                   
     25 1.6.3p7                   1.6.4p0                   1.6.4p1                   
     26 1.6.4p2                   1.6.5p0                   1.6.5p1                   
     27 1.6.5p2                   1.6.5p3                   1.6.5p4                   
     28 1.6.6p0                   1.6.7p0                   1.6.7p1                   
     29 1.6.7p2                   1.6.7p3                   1.6.7p4                   
     30 1.6.7p5                   1.6.7p6                   1.6.8p0                   
     31 1.6.8p1                   1.6.9p0                   1.6.9p1                   
     32 1.6.9p2                   1.6.9p3                   1.6.9p4                   
     33 1.6.9p5                   1.6.9p6                   1.6.9p7                   
     34 1.6.9p8                   1.6.9p9                   1.7.0p0                   
     35 1.7.0p1                   1.7.0p2                   1.7.0p3                   
     36 1.7.0p4                   1.7.0p5                   1.7.0p6                   
     37 1.7.0p7                   1.7.0p8                   1.7.0p9                   
     38 1.7.0p10                  1.7.0p11                  1.7.1p0                   
     39 1.7.1p1                   1.7.1p2                   1.7.1p3                   
     40 1.7.2p0                   1.7.2p1                   1.7.2p2                   
    4141 
    4242For more, see Entries-3 
     
    4444& Entries-3 
    4545-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- 
    46  1.7.2p4                   1.7.2p5                   1.7.2p6                   
    47  1.7.2p7                   1.7.2p8                   1.7.2p9                   
    48  1.7.2p10                  1.7.2p11                  1.7.2p12                  
    49  1.7.2p13                  1.7.2p14                  1.7.2p15                  
    50  1.7.2p16                  1.7.2p17                  1.7.2p18                  
    51  1.7.2p19                  1.7.2p20                  1.7.2p21                  
    52  1.7.2p22                  1.7.2p23                  1.7.2p24                  
    53  1.7.2p25                  1.7.2p26                  1.7.2p27                  
    54  1.7.2p28                  1.7.2p29                  1.7.2p30                  
    55  1.7.2p31                  1.7.2p32                  1.7.2p33                  
    56  1.7.2p34                  1.7.2p35                  1.7.3p0                   
    57  1.7.3p1                   1.7.3p2                   1.7.3p3                   
    58  1.7.3p4                   1.7.3p5                   1.7.3p6                   
    59  1.7.3p7                   1.7.3p8                   1.7.3p9                   
    60  1.7.3p10                  1.7.3p11                  1.7.3p12                  
    61  1.7.3p13                  1.7.3p14                  1.7.4p0                   
     46 1.7.2p3                   1.7.2p4                   1.7.2p5                   
     47 1.7.2p6                   1.7.2p7                   1.7.2p8                   
     48 1.7.2p9                   1.7.2p10                  1.7.2p11                  
     49 1.7.2p12                  1.7.2p13                  1.7.2p14                  
     50 1.7.2p15                  1.7.2p16                  1.7.2p17                  
     51 1.7.2p18                  1.7.2p19                  1.7.2p20                  
     52 1.7.2p21                  1.7.2p22                  1.7.2p23                  
     53 1.7.2p24                  1.7.2p25                  1.7.2p26                  
     54 1.7.2p27                  1.7.2p28                  1.7.2p29                  
     55 1.7.2p30                  1.7.2p31                  1.7.2p32                  
     56 1.7.2p33                  1.7.2p34                  1.7.2p35                  
     57 1.7.3p0                   1.7.3p1                   1.7.3p2                   
     58 1.7.3p3                   1.7.3p4                   1.7.3p5                   
     59 1.7.3p6                   1.7.3p7                   1.7.3p8                   
     60 1.7.3p9                   1.7.3p10                  1.7.3p11                  
     61 1.7.3p12                  1.7.3p13                  1.7.3p14                  
    6262 
    6363For more, see Entries-4 
     
    6565& Entries-4 
    6666-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- 
    67  1.7.4p1                   1.7.4p2                   1.7.4p3                   
    68  1.7.4p4                   1.7.4p5                   1.7.4p6                   
    69  1.7.4p7                   1.7.4p8                   1.7.4p9                   
    70  1.7.4p10                  1.7.4p11                  1.7.4p12                  
    71  1.7.4p13                  1.7.4p14                  1.7.4p15                  
    72  1.7.4p16                  1.7.4p17                  1.7.4p18                  
    73  1.7.4p19                  1.7.4p20                  1.7.5p0                   
    74  1.7.5p1                   1.7.5p2                   1.7.5p3                   
    75  1.7.5p4                   1.7.5p5                   1.7.5p6                   
    76  1.7.5p7                   1.7.5p8                   1.7.5p9                   
    77  1.7.5p10                  1.7.5p11                  1.7.5p12                  
    78  1.7.6p0                   1.7.6p1                   1.7.6p2                   
    79  1.7.6p3                   1.7.6p4                   1.7.6p5                   
    80  1.7.6p6                   1.7.6p7                   1.7.6p8                   
    81  1.7.6p9                   1.7.6p10                  1.7.6p11                  
    82  1.7.6p12                  1.7.6p13                  1.7.6p14                  
     67 1.7.4p0                   1.7.4p1                   1.7.4p2                   
     68 1.7.4p3                   1.7.4p4                   1.7.4p5                   
     69 1.7.4p6                   1.7.4p7                   1.7.4p8                   
     70 1.7.4p9                   1.7.4p10                  1.7.4p11                  
     71 1.7.4p12                  1.7.4p13                  1.7.4p14                  
     72 1.7.4p15                  1.7.4p16                  1.7.4p17                  
     73 1.7.4p18                  1.7.4p19                  1.7.4p20                  
     74 1.7.5p0                   1.7.5p1                   1.7.5p2                   
     75 1.7.5p3                   1.7.5p4                   1.7.5p5                   
     76 1.7.5p6                   1.7.5p7                   1.7.5p8                   
     77 1.7.5p9                   1.7.5p10                  1.7.5p11                  
     78 1.7.5p12                  1.7.6p0                   1.7.6p1                   
     79 1.7.6p2                   1.7.6p3                   1.7.6p4                   
     80 1.7.6p5                   1.7.6p6                   1.7.6p7                   
     81 1.7.6p8                   1.7.6p9                   1.7.6p10                  
     82 1.7.6p11                  1.7.6p12                  1.7.6p13                  
    8383 
    8484For more, see Entries-5 
     
    8686& Entries-5 
    8787-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- 
    88  1.7.6p15                  1.7.6p16                  1.7.7p0                   
    89  1.7.7p1                   1.7.7p2                   1.7.7p3                   
    90  1.7.7p4                   1.7.7p5                   1.7.7p6                   
    91  1.7.7p7                   1.7.7p8                   1.7.7p9                   
    92  1.7.7p10                  1.7.7p11                  1.7.7p12                  
    93  1.7.7p13                  1.7.7p14                  1.7.7p15                  
    94  1.7.7p16                  1.7.7p17                  1.7.7p18                  
    95  1.7.7p19                  1.7.7p20                  1.7.7p21                  
    96  1.7.7p22                  1.7.7p23                  1.7.7p24                  
    97  1.7.7p25                  1.7.7p26                  1.7.7p27                  
    98  1.7.7p28                  1.7.7p29                  1.7.7p30                  
    99  1.7.7p31                  1.7.7p32                  1.7.7p33                  
    100  1.7.7p34                  1.7.7p35                  1.7.7p36                  
    101  1.7.7p37                  1.7.7p38                  1.7.7p39                  
    102  1.7.7p40                  1.8.0p0                   1.8.0p1                   
    103  1.8.0p2                   1.8.0p3                   1.8.0p4                   
     88 1.7.6p14                  1.7.6p15                  1.7.6p16                  
     89 1.7.7p0                   1.7.7p1                   1.7.7p2                   
     90 1.7.7p3                   1.7.7p4                   1.7.7p5                   
     91 1.7.7p6                   1.7.7p7                   1.7.7p8                   
     92 1.7.7p9                   1.7.7p10                  1.7.7p11                  
     93 1.7.7p12                  1.7.7p13                  1.7.7p14                  
     94 1.7.7p15                  1.7.7p16                  1.7.7p17                  
     95 1.7.7p18                  1.7.7p19                  1.7.7p20                  
     96 1.7.7p21                  1.7.7p22                  1.7.7p23                  
     97 1.7.7p24                  1.7.7p25                  1.7.7p26                  
     98 1.7.7p27                  1.7.7p28                  1.7.7p29                  
     99 1.7.7p30                  1.7.7p31                  1.7.7p32                  
     100 1.7.7p33                  1.7.7p34                  1.7.7p35                  
     101 1.7.7p36                  1.7.7p37                  1.7.7p38                  
     102 1.7.7p39                  1.7.7p40                  1.8.0p0                   
     103 1.8.0p1                   1.8.0p2                   1.8.0p3                   
    104104 
    105105For more, see Entries-6 
     
    107107& Entries-6 
    108108-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- 
    109  1.8.0p5                   1.8.0p6                   1.8.0p7                   
    110  1.8.0p8                   1.8.0p9                   1.8.0p10                  
    111  1.8.0p11                  1.8.1p0                   1.8.1p1                   
     109 1.8.0p4                   1.8.0p5                   1.8.0p6                   
     110 1.8.0p7                   1.8.0p8                   1.8.0p9                   
     111 1.8.0p10                  1.8.0p11                  1.8.0p12                  
     112 1.8.0p13                  1.8.1p0                   1.8.1p1                   
    112113 1.8.1p2                   1.8.1p3                   1.8.1p4                   
    113  1.8.1p5                   1.8.1p6                   :                         
    114  ;                         @-attributes              @-building                
    115  @-general                 @-wizard                  @@                        
    116  @@()                      @aahear                   @abuy                     
    117  @aclone                   @aconnect                 @adeath                   
    118  @adescribe                @adestroy                 @adisconnect              
    119  @adrop                    @aefail                   @aenter                   
    120  @afailure                 @afollow                  @agive                    
    121  @ahear                    @aidescribe               @aleave                   
    122  @alfail                   @alias                    @allhalt                  
    123  @allquota                 @amhear                   @amove                    
    124  @apayment                 @areceive                 @assert                   
     114 1.8.1p5                   1.8.1p6                   1.8.1p7                   
     115 1.8.1p8                   1.8.1p9                   1.8.1p10                  
     116 :                         ;                         @-attributes              
     117 @-building                @-general                 @-wizard                  
     118 @@                        @@()                      @aahear                   
     119 @abuy                     @aclone                   @aconnect                 
     120 @adeath                   @adescribe                @adestroy                 
     121 @adisconnect              @adrop                    @aefail                   
     122 @aenter                   @afailure                 @afollow                  
     123 @agive                    @ahear                    @aidescribe               
     124 @aleave                   @alfail                   @alias                    
    125125 
    126126For more, see Entries-7 
     
    128128& Entries-7 
    129129-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- 
    130  @asuccess                 @atport                   @atrchown                 
    131  @atrlock                  @attribute                @aufail                   
    132  @aunfollow                @ause                     @away                     
    133  @azenter                  @azleave                  @boot                     
    134  @break                    @buy                      @cemit                    
    135  @channel                  @channel2                 @channel3                 
    136  @channel4                 @channel5                 @charges                  
    137  @chat                     @chown                    @chownall                 
    138  @chzone                   @chzone2                  @chzoneall                
    139  @clock                    @clock2                   @clone                    
    140  @command                  @command2                 @command3                 
    141  @comment                  @config                   @config attribs           
    142  @config chat              @config cmds              @config cosmetic          
    143  @config cosmetic2         @config costs             @config db                
    144  @config dump              @config funcs             @config limits            
    145  @config limits2           @config limits3           @config log               
     130 @allhalt                  @allquota                 @amhear                   
     131 @amove                    @apayment                 @areceive                 
     132 @assert                   @asuccess                 @atport                   
     133 @atrchown                 @atrlock                  @attribute                
     134 @aufail                   @aunfollow                @ause                     
     135 @away                     @azenter                  @azleave                  
     136 @boot                     @break                    @buy                      
     137 @cemit                    @channel                  @channel2                 
     138 @channel3                 @channel4                 @channel5                 
     139 @charges                  @chat                     @chown                    
     140 @chownall                 @chzone                   @chzone2                  
     141 @chzoneall                @clock                    @clock2                   
     142 @clone                    @command                  @command2                 
     143 @command3                 @comment                  @config                   
     144 @config attribs           @config chat              @config cmds              
     145 @config cosmetic          @config cosmetic2         @config costs             
    146146 
    147147For more, see Entries-8 
     
    149149& Entries-8 
    150150-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- 
     151 @config db                @config dump              @config flags             
     152 @config funcs             @config limits            @config limits2           
     153 @config limits3           @config limits4           @config log               
    151154 @config net               @config parameters        @config tiny              
    152155 @conformat                @cost                     @cpattr                   
    153156 @create                   @dbck                     @death                    
    154  @decompile                @decompile2               @decompile3               
    155  @descformat               @describe                 @destroy                  
    156  @destroy2                 @dig                      @dig2                     
    157  @disable                  @doing                    @dolist                   
    158  @drain                    @drop                     @dump                     
    159  @ealias                   @edit                     @efail                    
    160  @elock                    @emit                     @enable                   
    161  @enter                    @entrances                @eunlock                  
    162  @exitformat               @failure                  @filter                   
    163  @filter2                  @find                     @firstexit                
    164  @flag                     @flag2                    @follow                   
    165  @force                    @force2                   @forwardlist              
    166  @function                 @function2                @function3                
     157 @debugforwardlist         @decompile                @decompile2               
     158 @decompile3               @descformat               @describe                 
     159 @destroy                  @destroy2                 @dig                      
     160 @dig2                     @disable                  @doing                    
     161 @dolist                   @drain                    @drop                     
     162 @dump                     @ealias                   @edit                     
     163 @efail                    @elock                    @emit                     
     164 @enable                   @enter                    @entrances                
     165 @eunlock                  @exitformat               @failure                  
     166 @filter                   @filter2                  @find                     
    167167 
    168168For more, see Entries-9 
     
    170170& Entries-9 
    171171-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- 
    172  @function4                @gedit                    @give                     
    173  @grep2                    @grep                     @halt                     
    174  @haven                    @hide                     @hook                     
    175  @hook2                    @idescformat              @idescribe                
    176  @idle                     @infilter                 @inprefix                 
    177  @invformat                @kick                     @lalias                   
    178  @leave                    @lemit                    @lfail                    
    179  @link                     @list                     @listen                   
    180  @listen2                  @listmotd                 @lock                     
    181  @lock10                   @lock2                    @lock3                    
    182  @lock4                    @lock5                    @lock6                    
    183  @lock7                    @lock8                    @lock9                    
    184  @log                      @logwipe                  @lset                     
    185  @map2                     @mail                     @mailfilter               
    186  @mailforwardlist          @malias                   @malias2                  
    187  @malias3                  @malias4                  @malias5                  
     172 @firstexit                @flag                     @flag2                    
     173 @follow                   @force                    @force2                   
     174 @forwardlist              @function                 @function2                
     175 @function3                @function4                @gedit                    
     176 @give                     @grep2                    @grep                     
     177 @halt                     @haven                    @hide                     
     178 @hook                     @hook2                    @idescformat              
     179 @idescribe                @idle                     @infilter                 
     180 @inprefix                 @invformat                @kick                     
     181 @lalias                   @leave                    @lemit                    
     182 @lfail                    @link                     @list                     
     183 @listen                   @listen2                  @listmotd                 
     184 @lock                     @lock10                   @lock2                    
     185 @lock3                    @lock4                    @lock5                    
     186 @lock6                    @lock7                    @lock8                    
     187 @lock9                    @log                      @logwipe                  
    188188 
    189189For more, see Entries-10 
     
    191191& Entries-10 
    192192-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- 
    193  @map                      @motd                     @move                     
    194  @mvattr                   @name                     @nameaccent               
    195  @nameformat               @newpassword              @notify                   
    196  @nscemit                  @nsemit                   @nslemit                  
    197  @nsoemit                  @nspemit                  @nsprompt                 
    198  @nsremit                  @nszemit                  @nuke                     
    199  @obuy                     @odeath                   @odescribe                
    200  @odrop                    @oefail                   @oemit                    
    201  @oenter                   @ofailure                 @ofollow                  
    202  @ogive                    @oidescribe               @oleave                   
    203  @olfail                   @omove                    @opayment                 
    204  @open                     @oreceive                 @osuccess                 
    205  @otport                   @oufail                   @ounfollow                
    206  @ouse                     @oxenter                  @oxleave                  
    207  @oxmove                   @oxtport                  @ozenter                  
    208  @ozleave                  @parent                   @password                 
     193 @lset                     @map2                     @mail                     
     194 @mailfilter               @mailforwardlist          @malias                   
     195 @malias2                  @malias3                  @malias4                  
     196 @malias5                  @map                      @motd                     
     197 @move                     @mvattr                   @name                     
     198 @nameaccent               @nameformat               @newpassword              
     199 @notify                   @nscemit                  @nsemit                   
     200 @nslemit                  @nsoemit                  @nspemit                  
     201 @nsprompt                 @nsremit                  @nszemit                  
     202 @nuke                     @obuy                     @odeath                   
     203 @odescribe                @odrop                    @oefail                   
     204 @oemit                    @oenter                   @ofailure                 
     205 @ofollow                  @ogive                    @oidescribe               
     206 @oleave                   @olfail                   @omove                    
     207 @opayment                 @open                     @oreceive                 
     208 @osuccess                 @otport                   @oufail                   
    209209 
    210210For more, see Entries-11 
     
    212212& Entries-11 
    213213-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- 
    214  @payment                  @pcreate                  @pemit                    
    215  @pemit2                   @poll                     @poor                     
    216  @power                    @power2                   @power3                   
    217  @prefix                   @pricelist                @prompt                   
    218  @ps                       @purge                    @quota                    
    219  @readcache                @receive                  @recycle                  
    220  @rejectmotd               @remit                    @restart                  
    221  @runout                   @rwall                    @scan                     
    222  @search                   @search2                  @search3                  
    223  @select                   @set                      @sex                      
    224  @shutdown                 @sitelock                 @sitelock2                
    225  @sitelock3                @sql                      @squota                   
    226  @startup                  @stats                    @success                  
    227  @sweep                    @switch                   @switch2                  
    228  @teleport                 @tport                    @trigger                  
    229  @trigger2                 @ufail                    @ulock                    
     214 @ounfollow                @ouse                     @oxenter                  
     215 @oxleave                  @oxmove                   @oxtport                  
     216 @ozenter                  @ozleave                  @parent                   
     217 @password                 @payment                  @pcreate                  
     218 @pemit                    @pemit2                   @poll                     
     219 @poor                     @power                    @power2                   
     220 @power3                   @prefix                   @pricelist                
     221 @prompt                   @ps                       @purge                    
     222 @quota                    @readcache                @receive                  
     223 @recycle                  @rejectmotd               @remit                    
     224 @restart                  @runout                   @rwall                    
     225 @scan                     @search                   @search2                  
     226 @search3                  @select                   @set                      
     227 @sex                      @shutdown                 @sitelock                 
     228 @sitelock2                @sitelock3                @sql                      
     229 @squota                   @startup                  @stats                    
    230230 
    231231For more, see Entries-12 
     
    233233& Entries-12 
    234234-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- 
    235  @undestroy                @unfollow                 @unlink                   
    236  @unlock                   @unrecycle                @uptime                   
    237  @uptime2                  @use                      @uunlock                  
    238  @verb                     @verb2                    @verb3                    
    239  @verb4                    @version                  @vrml_url                 
    240  @wait              &n