PennMUSH Community

Changeset 1309

Show
Ignore:
Timestamp:
10/10/08 12:56:06 (2 months ago)
Author:
shawnw
Message:

Removed a couple of duplicate help entries that snuck into the devel branch

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 1.8.3/branches/devel/game/txt/hlp/pennchat.hlp

    r1298 r1309  
    356356 
    357357  This function is only usable by objects that pass the channel's @clock/mod. 
    358 & CBUFFERADD() 
    359   cbufferadd(<channel>, <text>[, <spoof>]) 
    360  
    361   Adds text to a chan buffer without broadcasting it to all people on the 
    362   channel.  If <spoof> is true, it will spoof the encator (%#), and you 
    363   must be able to perform an @nscemit. 
    364  
    365   This function is only usable by objects that pass the channel's @clock/mod. 
    366358& CWHO() 
    367359  cwho(<channel>) 
  • 1.8.3/branches/devel/game/txt/hlp/pennfunc.hlp

    r1298 r1309  
    475475  so the function returns 0. There can be an arbitrary number of 
    476476  flags. 
    477 & ANDLPOWERS() 
    478   andlpowers(<object>, <list of powers>) 
    479  
    480   This function returns 1 if <object> has all the powers in a 
    481   specified list, and 0 if it does not. The list is a space-separated 
    482   list of power names.  A '!' preceding a flag name means "not power". 
    483  
    484   Thus, ANDLPOWERS(me, no_quota no_pay) would return 1 if I was 
    485   powered no_quota and no_pay.  ANDLPOWERS(me, poll !guest) would 
    486   return 1 if I could change the poll and was not a guest. 
    487  
    488   If a name does not correspond to any power, <object> doesn't have 
    489   it, so the function returns 0. There can be an arbitrary number of 
    490   powers. 
    491477& ANDLPOWERS() 
    492478  andlpowers(<object>, <list of powers>)