PennMUSH Community
Show
Ignore:
Timestamp:
01/01/08 21:45:21 (1 year ago)
Author:
shawnw
Message:

#7488: *powers() documentation

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 1.8.3/trunk/src/function.c

    r1167 r1182  
    326326  {"ANDLFLAGS", fun_andlflags, 2, 2, FN_REG}, 
    327327  {"ANDLPOWERS", fun_andlflags, 2, 2, FN_REG}, 
    328   {"ANDPOWERS", fun_andflags, 2, 2, FN_REG}, 
    329328  {"ANSI", fun_ansi, 2, -2, FN_REG}, 
    330329#ifdef ANSI_DEBUG 
     
    597596  {"ORLFLAGS", fun_orlflags, 2, 2, FN_REG}, 
    598597  {"ORLPOWERS", fun_orlflags, 2, 2, FN_REG}, 
    599   {"ORPOWERS", fun_orflags, 2, 2, FN_REG}, 
    600598  {"OWNER", fun_owner, 1, 1, FN_REG}, 
    601599  {"PARENT", fun_parent, 1, 2, FN_REG},