PennMUSH Community

Changeset 511

Show
Ignore:
Timestamp:
08/16/06 02:50:12 (2 years ago)
Author:
pennmush
Message:

PennMUSH 1.8.1p0 Archival

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 1.8.1/FAQ

    r399 r511  
    3838 
    3939Currently, the active development team is Javelin, Talek, and Raevnos. 
    40 The stable version is 1.7.6, and the development version is 1.7.7
     40The stable version is 1.8.0, and the development version is 1.8.1
    4141 
    42421. How do I ask for help with a problem? 
  • 1.8.1/I18N

    r459 r511  
    11============================================================================ 
    2                         Internationalization in 17.x 
     2                        Internationalization in PennMUSH 
    33============================================================================ 
    44 
  • 1.8.1/INSTALL

    r463 r511  
    11============================================================================ 
    2                    Installation Guide to PennMUSH 1.7.x 
     2                   Installation Guide to PennMUSH 1.8.x 
    33============================================================================ 
    44This file explains how to install PennMUSH. It comes in three parts: 
  • 1.8.1/MANIFEST

    r479 r511  
    11Patchlevel 
     2CHANGES.181 
     3CHANGES.180 
    24CHANGES.177 
    35CHANGES.176 
     
    209211game/txt/hlp/pennv176.hlp 
    210212game/txt/hlp/pennv177.hlp 
     213game/txt/hlp/pennv180.hlp 
     214game/txt/hlp/pennv181.hlp 
    211215game/txt/nws/index.nws 
    212216game/txt/nws/pennmush.nws 
  • 1.8.1/Patchlevel

    r479 r511  
    11Do not edit this file. It is maintained by the official PennMUSH patches. 
    2 This is PennMUSH 1.7.7p4
     2This is PennMUSH 1.8.1p
  • 1.8.1/README

    r399 r511  
    11============================================================================ 
    2                    User's Guide to PennMUSH 1.7.x 
     2                   User's Guide to PennMUSH 1.8.x 
    33============================================================================ 
    44 
     
    7777and Thorvald Natvig joined as a new member.  Many thanks go to Ralph 
    7878who contributed much time, code, and good cheer to PennMUSH. 
    79  
    80 Javelin, in conjunction with Talek (T. Alexander Popiel) and Thorvald 
    81 Natvig, are the current PennMUSH development team. 
     79Since that time, the development team has gained and lost members. 
     80The current membership is usually listed at the top of the 
     81latest CHANGES.<version> file. 
     82 
     83In November 2002, with the release of PennMUSH 1.7.6, PennMUSH 
     84began using the Artistic License (see the COPYRITE file), 
     85an open source/free software license. This license was 
     86simultaneously adopted by TinyMUSH (2.2.5, 3.x) and TinyMUX to 
     87facilitate code sharing and widen use. 
    8288 
    8389A MUSH manual should be available at ftp.digex.net, ftp.math.okstate.edu, 
     
    8894probably want Javelin's Guide for PennMUSH Gods, which should be 
    8995available where you got this code, or, in hypertext, as 
    90 http://pennmush.org/~alansz/guide.html 
     96http://pennmush.org/~alansz/guide.html. More recent versions 
     97may be available at http://community.pennmush.org. 
    9198 
    9299      Enjoy! 
  • 1.8.1/UPGRADING

    r463 r511  
    11============================================================================ 
    2                          Upgrading to PennMUSH 1.7.x 
     2                         Upgrading to PennMUSH 1.8.x 
    33============================================================================ 
    44 
     
    1313  C. You've hacked your server source code a lot. 
    1414 
     15There is also a list of upgrade "GOTCHAS" at the end of this file. 
     16Please read them. 
     17 
    1518The PennMUSH developers actually only support situation A, but 
    1619we'll give some useful tips for B and C here, too. 
     
    3033This is the easiest way to upgrade your source code if you're  
    3134keeping up with patches as they come out, or if you're upgrading 
    32 patchlevels within a release (e.g., within 1.7.6). 
     35patchlevels within a release (e.g., within 1.8.0). 
    3336 
    3437To upgrade with patch files, get all the patch files for higher 
    3538patchlevels than your current version. For example, if you're running 
    36 1.7.6p0 and the latest version is 1.7.6p4, you need patches 1-4. 
     391.8.0p0 and the latest version is 1.8.0p4, you need patches 1-4. 
    3740 
    3841These files are stored at http://ftp.pennmush.org/Source and usually 
    39 named things like 1.7.6-patch02 (the patch from 1.7.6p1 to 1.7.6p2) 
    40 or, in some cases, 1.7.4p20-1.7.6p0.patch (the patch from 1.7.4p20 to 
    41 1.7.6p0).  
     42named things like 1.8.0-patch02 (the patch from 1.8.0p1 to 1.8.0p2) 
     43or, in some cases, 1.7.6p16-1.8.0p0.patch (the patch from 1.7.6p16 to 
     441.8.0p0).  
    4245 
    4346Each patch file contains instructions at the top explaining how to 
     
    5255 
    5356When you're upgrading across release and no patchlevel is provided 
    54 to make the upgrade (e.g. from 1.7.4p3 to 1.7.7p0), it's often 
     57to make the upgrade (e.g. from 1.7.4p3 to 1.8.0p0), it's often 
    5558easier to simply build a new distribution following the INSTALL 
    5659instructions, but with your old configuration stuff. 
     
    142145A better approach is probably that described in the Guide for Gods, 
    143146and involves creating a set of patches from the distributed old 
    144 version of pennmush (e.g. 1.7.2p32) to your hacked version of pennmush 
    145 (e.g. 1.7.2p32 with hacks), and then applying those patches to the new 
    146 version of PennMUSH (e.g. 1.7.6p0) to create a hacked version thereof. If 
     147version of pennmush (e.g. 1.7.4p16) to your hacked version of pennmush 
     148(e.g. 1.7.4p16 with hacks), and then applying those patches to the new 
     149version of PennMUSH (e.g. 1.8.0p0) to create a hacked version thereof. If 
    147150some patch hunks fail, you'll have to apply them manually. 
    148151 
     
    152155versions. See the Guide for Gods. 
    153156 
     157============================================================================ 
     158 
     159IMPORTANT NOTES FOR THOSE UPGRADING TO 1.8.0 FROM 1.7.6: 
     160 
     161* Softcode gotchas: 
     162 
     163  * Wizards (other than God) and royalty are no longer treated as No_Pay 
     164    unless the No_Pay power is explicitly set on them, although they 
     165    can still give (themselves or others) as many pennies as they wish. 
     166    This helps stop runaway wizards in the queue (they'll run out of cash 
     167    like anyone else). To get the old behavior back, @power your admin 
     168    No_Pay. You probably want to @power any globals that use search(), 
     169    children(), mail*stats(), etc, No_Pay as well.  
     170  * @desc can no longer be gotten remotely without privileges. 
     171    @desc on privileged objects can now be evaluated by mortals. 
     172  * @adisconnect is triggered on every disconnection, partial or full. 
     173    This mirrors the behavior of @aconnect. Use %1 (the number of 
     174    remaining connections) to distinguish between partial and full 
     175    disconnects in @adisconnect code. 
     176  * Players can no longer be set CHOWN_OK.  If you have existing CHOWN_OK 
     177    players, you probably want to unset this from them, or the results 
     178    will be confusing (they'll continue to appear to have the flag, 
     179    even though it won't be testable or settable or clearable; this is 
     180    desired behavior). 
     181  * New HEAVY admin flag, prevents an object from being teleported 
     182    by a mortal between two containers they own. Admin without this 
     183    flag CAN be teleported. 
     184 
     185* Hardcode/db/startup gotchas: 
     186  * After each @startup is enqueued (during startup or @restart/all), 
     187    we immediately run up to 5 queue cycles. This allows, e.g., God's 
     188    @startup to up to five levels of @dol/@tr/@switch/etc and still have 
     189    the queued code run ahead of other startups. This requires that you 
     190    keep God's dbref as #1.  
     191  * netmush is now started with only a single argument - the path to 
     192    the configuration file. The error log file (typically game/netmush.log 
     193    is now configured in mush.cnf.  
     194  * CHAT_SYSTEM option removed. If you don't want to use the chat system, 
     195    use restrict.cnf to disable @channel, @chat, etc. 
     196  * USE_MAILER and MAIL_ALIAS options removed. If you don't want to  
     197    use the @mail or @malias systems, use restrict.cnf to disable 
     198    the associated commands. 
     199  * QUOTA, EMPTY_ATTRS, and FUNCTION_SIDE_EFFECTS options are now  
     200    runtime options, instead of compile-time. 
     201  * SINGLE_LOGFILE option removed, and log filenames are now  
     202    runtime options. You may now give the same name to multiple log 
     203    files and get a more fine-grained version of the same effect. 
     204  * src/Makefile is now autobuilt from src/Makefile.SH. IF you use 
     205    local hacks that require src/Makefile, this is likely to be a problem 
     206    for you. You'll want to start patching Makefile.SH instead. 
     207  * The new code can no longer read databases created by versions of Penn 
     208    before 1.7.5p0. If you need to do this, load it in 1.7.6, shutdown, 
     209    and use that database. 
     210  * PROFILING #define for use when profiling the code (surprise). This 
     211    just disables the CPU timer. 
     212  * help-like commands without arguments now use the command name 
     213    as the argument. E.g. 'news' now looks for topic 'news', instead of 
     214    'help'. If not found, we fall back on help. 
     215  * Mail messages now track not only the dbref of the sender but the 
     216    sender's creation time, so messages from dbrefs that have been 
     217    nuked and recreated can be distinguished from messages from the 
     218    original sender. This modifies the maildb and make it not usable 
     219    with older versions. All existing @mail is grandfathered in, and 
     220    can't be tracked this way. 
     221 
  • 1.8.1/game/mushcnf.dst

    r479 r511  
    377377# actual maximum length you want. 
    378378player_name_len 16 
     379 
     380# The maximum number of aliases a player may have simultaneously. 
     381# Setting this to 0 disables aliases. To allow an unlimited number 
     382# of aliases, set this to 4000 or so. 
     383max_aliases 3 
    379384 
    380385# Limit the number of objects players can own. 
     
    809814thing_flags no_command 
    810815 
     816# -- Default flags for newly created channels 
     817# 
     818# For example, you might want: 
     819# channel_flags player quiet open hide_ok 
     820channel_flags player 
     821 
    811822### 
    812823### Reserved command names, and command and function aliases are in 
  • 1.8.1/game/restart

    r463 r511  
    6666# Read the cnf file and set some variables. 
    6767# 
    68 INDB=`egrep "^input_database" $CONF_FILE | sed "s/.*[   ][  ]*.*\/\(.*\)/\1/"
    69 OUTDB=`egrep "^output_database" $CONF_FILE | sed "s/.*[     ][  ]*.*\/\(.*\)/\1/"
    70 PANICDB=`egrep "^crash_database" $CONF_FILE | sed "s/.*[    ][  ]*.*\/\(.*\)/\1/"
    71 PANICDIR=`egrep "^crash_database" $CONF_FILE | sed "s/.*[   ][  ]*\(.*\)\/.*/\1/"
     68INDB=`egrep "^input_database" $CONF_FILE | sed "s/.*[   ][  ]*.*\/\(.*\)/\1/" | sed 's/\r$//'
     69OUTDB=`egrep "^output_database" $CONF_FILE | sed "s/.*[     ][  ]*.*\/\(.*\)/\1/" | sed 's/\r$//'
     70PANICDB=`egrep "^crash_database" $CONF_FILE | sed "s/.*[    ][  ]*.*\/\(.*\)/\1/" | sed 's/\r$//'
     71PANICDIR=`egrep "^crash_database" $CONF_FILE | sed "s/.*[   ][  ]*\(.*\)\/.*/\1/" | sed 's/\r$//'
    7272COMPRESSOR="cat" 
    7373SUFFIX="" 
     
    7777nocompress=$? 
    7878if [ $nocompress -eq 0 ]; then 
    79     COMPRESSOR=`egrep "^compress_program" $CONF_FILE | sed "s/[^    ]*[     ]*\(.*\)/\1/"
    80     SUFFIX=`egrep "^compress_suffix" $CONF_FILE | sed "s/[^     ]*[     ]*\(.*\)/\1/"
     79    COMPRESSOR=`egrep "^compress_program" $CONF_FILE | sed "s/[^    ]*[     ]*\(.*\)/\1/" | sed 's/\r$//'
     80    SUFFIX=`egrep "^compress_suffix" $CONF_FILE | sed "s/[^     ]*[     ]*\(.*\)/\1/" | sed 's/\r$//'
    8181fi 
    8282   
  • 1.8.1/game/restrictcnf.dst

    r477 r511  
    9494restrict_function lstats noguest 
    9595 
     96# Remove the hardcode chat system by uncommenting these 
     97#restrict_command @cemit nobody 
     98#restrict_command @nscemit nobody 
     99#restrict_command @channel nobody 
     100#restrict_command @chat nobody 
     101#restrict_command @clock nobody 
     102#restrict_function cowner nobody 
     103#restrict_function ctitle nobody 
     104#restrict_function cwho nobody 
     105#restrict_function channels nobody 
     106#restrict_function cflags nobody 
     107 
     108# Remove the hardcode mail system by uncommenting these 
     109#restrict_command @mail nobody 
     110#restrict_command @malias nobody 
     111#restrict_function mail nobody 
     112#restrict_function maildstats nobody 
     113#restrict_function mailfrom nobody 
     114#restrict_function mailfstats nobody 
     115#restrict_function mailstats nobody 
     116#restrict_function mailstatus nobody 
     117#restrict_function mailsubject nobody 
     118#restrict_function mailtime nobody 
     119#restrict_function malias nobody 
     120#restrict_function folderstats nobody 
     121 
  • 1.8.1/game/txt/hlp/index.hlp

    r461 r511  
    9696 1.7.7p25                  1.7.7p26                  1.7.7p27                  
    9797 1.7.7p28                  1.7.7p29                  1.7.7p30                  
    98  1.7.7p31                  :                         ;                         
    99  @-attributes              @-building                @-general                 
    100  @-wizard                  @@                        @@()                      
    101  @aahear                   @aclone                   @aconnect                 
    102  @adeath                   @adescribe                @adestroy                 
    103  @adisconnect              @adrop                    @aefail                   
     98 1.7.7p31                  1.7.7p32                  1.7.7p33                  
     99 1.7.7p34                  1.7.7p35                  1.7.7p36                  
     100 1.7.7p37                  1.7.7p38                  1.7.7p39                  
     101 1.7.7p40                  1.8.0p0                   :                         
     102 ;                         @-attributes              @-building                
     103 @-general                 @-wizard                  @@                        
    104104 
    105105For more, see Entries-6 
     
    107107& Entries-6 
    108108-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- 
    109  @aenter                   @afailure                 @afollow                  
    110  @agive                    @ahear                    @aidescribe               
    111  @aleave                   @alfail                   @alias                    
    112  @allhalt                  @allquota                 @amhear                   
    113  @amove                    @apayment                 @areceive                 
     109 @@()                      @aahear                   @abuy                     
     110 @aclone                   @aconnect                 @adeath                   
     111 @adescribe                @adestroy                 @adisconnect              
     112 @adrop                    @aefail                   @aenter                   
     113 @afailure                 @afollow                  @agive                    
     114 @ahear                    @aidescribe               @aleave                   
     115 @alfail                   @alias                    @allhalt                  
     116 @allquota                 @amhear                   @amove                    
     117 @apayment                 @areceive                 @assert                   
    114118 @asuccess                 @atport                   @atrchown                 
    115119 @atrlock                  @attribute                @aufail                   
    116120 @aunfollow                @ause                     @away                     
    117121 @azenter                  @azleave                  @boot                     
    118  @break                    @cemit                    @channel                  
    119  @channel2                 @channel3                 @channel4                 
    120  @channel5                 @charges                  @chat                     
    121  @chown                    @chownall                 @chzone                   
    122  @chzone2                  @chzoneall                @clock                    
    123  @clock2                   @clone                    @command                  
    124  @command2                 @command3                 @comment                  
     122 @break                    @buy                      @cemit                    
     123 @channel                  @channel2                 @channel3                 
     124 @channel4                 @channel5                 @charges                  
    125125 
    126126For more, see Entries-7 
     
    128128& Entries-7 
    129129-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- 
    130  @config                   @config attribs           @config chat              
    131  @config cmds              @config cosmetic          @config cosmetic2         
    132  @config costs             @config db                @config dump              
    133  @config funcs             @config limits            @config limits2           
    134  @config limits3           @config log               @config net               
    135  @config parameters        @config tiny              @conformat                
    136  @cost                     @cpattr                   @create                   
    137  @dbck                     @death                    @decompile                
    138  @decompile2               @decompile3               @descformat               
    139  @describe                 @destroy                  @destroy2                 
    140  @dig                      @dig2                     @disable                  
    141  @doing                    @dolist                   @drain                    
    142  @drop                     @dump                     @ealias                   
    143  @edit                     @efail                    @elock                    
    144  @emit                     @enable                   @enter                    
    145  @entrances                @eunlock                  @exitformat               
     130 @chat                     @chown                    @chownall                 
     131 @chzone                   @chzone2                  @chzoneall                
     132 @clock                    @clock2                   @clone                    
     133 @command                  @command2                 @command3                 
     134 @comment                  @config                   @config attribs           
     135 @config chat              @config cmds              @config cosmetic          
     136 @config cosmetic2         @config costs             @config db                
     137 @config dump              @config funcs             @config limits            
     138 @config limits2           @config limits3           @config log               
     139 @config net               @config parameters        @config tiny              
     140 @conformat                @cost                     @cpattr                   
     141 @create                   @dbck                     @death                    
     142 @decompile                @decompile2               @decompile3               
     143 @descformat               @describe                 @destroy                  
     144 @destroy2                 @dig                      @dig2                     
     145 @disable                  @doing                    @dolist                   
    146146 
    147147For more, see Entries-8 
     
    149149& Entries-8 
    150150-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- 
    151  @failure                  @filter                   @filter2                  
    152  @find                     @firstexit                @flag                     
    153  @flag2                    @follow                   @force                    
    154  @force2                   @forwardlist              @function                 
    155  @function2                @function3                @function4                
    156  @gedit                    @give                     @grep2                    
    157  @grep                     @halt                     @haven                    
    158  @hide                     @hook                     @hook2                    
    159  @idescformat              @idescribe                @idle                     
    160  @infilter                 @inprefix                 @kick                     
    161  @lalias                   @leave                    @lemit                    
    162  @lfail                    @link                     @list                     
    163  @listen                   @listen2                  @listmotd                 
    164  @lock                     @lock2                    @lock3                    
    165  @lock4                    @lock5                    @lock6                    
    166  @lock7                    @lock8                    @lock9                    
     151 @drain                    @drop                     @dump                     
     152 @ealias                   @edit                     @efail                    
     153 @elock                    @emit                     @enable                   
     154 @enter                    @entrances                @eunlock                  
     155 @exitformat               @failure                  @filter                   
     156 @filter2                  @find                     @firstexit                
     157 @flag                     @flag2                    @follow                   
     158 @force                    @force2                   @forwardlist              
     159 @function                 @function2                @function3                
     160 @function4                @gedit                    @give                     
     161 @grep2                    @grep                     @halt                     
     162 @haven                    @hide                     @hook                     
     163 @hook2                    @idescformat              @idescribe                
     164 @idle                     @infilter                 @inprefix                 
     165 @kick                     @lalias                   @leave                    
     166 @lemit                    @lfail                    @link                     
    167167 
    168168For more, see Entries-9 
     
    170170& Entries-9 
    171171-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- 
    172  @log                      @logwipe                  @lset                     
    173  @map2                     @mail                     @malias                   
    174  @malias2                  @malias3                  @malias4                  
    175  @malias5                  @map                      @motd                     
    176  @move                     @mvattr                   @name                     
    177  @nameaccent               @nameformat               @newpassword              
    178  @notify                   @nsemit                   @nslemit                  
    179  @nsoemit                  @nspemit                  @nsremit                  
    180  @nszemit                  @nuke                     @odeath                   
    181  @odescribe                @odrop                    @oefail                   
    182  @oemit                    @oenter                   @ofailure                 
    183  @ofollow                  @ogive                    @oidescribe               
    184  @oleave                   @olfail                   @omove                    
    185  @opayment                 @open                     @oreceive                 
    186  @osuccess                 @otport                   @oufail                   
    187  @ounfollow                @ouse                     @oxenter                  
     172 @list                     @listen                   @listen2                  
     173 @listmotd                 @lock                     @lock2                    
     174 @lock3                    @lock4                    @lock5                    
     175 @lock6                    @lock7                    @lock8                    
     176 @lock9                    @log                      @logwipe                  
     177 @lset                     @map2                     @mail                     
     178 @malias                   @malias2                  @malias3                  
     179 @malias4                  @malias5                  @map                      
     180 @motd                     @move                     @mvattr                   
     181 @name                     @nameaccent               @nameformat               
     182 @newpassword              @notify                   @nsemit                   
     183 @nslemit                  @nsoemit                  @nspemit                  
     184 @nsremit                  @nszemit                  @nuke                     
     185 @obuy                     @odeath                   @odescribe                
     186 @odrop                    @oefail                   @oemit                    
     187 @oenter                   @ofailure                 @ofollow                  
    188188 
    189189For more, see Entries-10 
     
    191191& Entries-10 
    192192-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- 
    193  @oxleave                  @oxmove                   @oxtport                  
    194  @ozenter                  @ozleave                  @parent                   
    195  @password                 @payment                  @pcreate                  
    196  @pemit                    @pemit2                   @poll                     
    197  @poor                     @power                    @prefix                   
    198  @ps                       @purge                    @quota                    
    199  @readcache                @receive                  @recycle                  
    200  @rejectmotd               @remit                    @restart                  
    201  @runout                   @rwall                    @scan                     
    202  @search                   @search2                  @search3                  
    203  @select                   @set                      @sex                      
    204  @shutdown                 @sitelock                 @sitelock2                
    205  @sitelock3                @squota                   @startup                  
     193 @ogive                    @oidescribe               @oleave                   
     194 @olfail                   @omove                    @opayment                 
     195 @open                     @oreceive                 @osuccess                 
     196 @otport                   @oufail                   @ounfollow                
     197 @ouse                     @oxenter                  @oxleave                  
     198 @oxmove                   @oxtport                  @ozenter                  
     199 @ozleave                  @parent                   @password                 
     200 @payment                  @pcreate                  @pemit                    
     201 @pemit2                   @poll                     @poor                     
     202 @power                    @power2                   @power3                   
     203 @prefix                   @pricelist                @ps                       
     204 @purge                    @quota                    @readcache                
     205 @receive                  @recycle                  @rejectmotd               
     206 @remit                    @restart                  @runout                   
     207 @rwall                    @scan                     @search                   
     208 @search2                  @search3                  @select                   
     209 
     210For more, see Entries-11 
     211-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- 
     212& Entries-11 
     213-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- 
     214 @set                      @sex                      @shutdown                 
     215 @sitelock                 @sitelock2                @sitelock3                
     216 @sql                      @squota                   @startup                  
    206217 @stats                    @success                  @sweep                    
    207218 @switch                   @switch2                  @teleport                 
    208219 @tport                    @trigger                  @trigger2                 
    209  
    210 For more, see Entries-11 
    211 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- 
    212 & Entries-11 
    213 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- 
    214220 @ufail                    @ulock                    @undestroy                
    215221 @unfollow                 @unlink                   @unlock                   
     
    222228 @whereis                  @wipe                     @wizmotd                  
    223229 @wizwall                  @zemit                    @zenter                   
     230 
     231For more, see Entries-12 
     232-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- 
     233& Entries-12 
     234-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- 
    224235 @zleave                   \                         ]                         
    225236 ^                         abode                     abs()                     
     
    228239 action lists              action2                   add()                     
    229240 after()                   ahelp                     align()                   
    230  
    231 For more, see Entries-12 
    232 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- 
    233 & Entries-12 
    234 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- 
    235241 align2                    allof()                   alphamax()                
    236242 alphamin()                ancestors                 and()                     
     
    242248 attr trees                attr trees2               attr trees3               
    243249 attr trees4               attrcnt()                 attrib-ownership          
    244  attribute flags           attribute functions       attribute list            
    245  attribute trees           attribute trees2          attribute trees3          
    246  attribute trees4          attributes                attributes list           
    247  attributes2               attributes3               attributes4               
    248  audible                   audible2                  band()                    
    249  baseconv()                beep()                    before()                  
    250  being killed              bitwise functions         bnand()                   
     250 attribute flags           attribute flags2          attribute functions       
    251251 
    252252For more, see Entries-13 
     
    254254& Entries-13 
    255255-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- 
    256  bnot()                    boolean functions         boolean values            
    257  boolean2                  boolean3                  bor()                     
    258  bound()                   brackets()                brief                     
    259  builder                   bxor()                    cand()                    
     256 attribute list            attribute trees           attribute trees2          
     257 attribute trees3          attribute trees4          attributes                
     258 attributes list           attributes2               attributes3               
     259 attributes4               attrpcnt()                audible                   
     260 audible2                  band()                    baseconv()                
     261 beep()                    before()                  being killed              
     262 bitwise functions         bnand()                   bnot()                    
     263 boolean functions         boolean values            boolean2                  
     264 boolean3                  bor()                     bound()                   
     265 brackets()          &nb