PennMUSH Community

Changeset 1125

Show
Ignore:
Timestamp:
10/05/07 20:14:56 (1 year ago)
Author:
shawnw
Message:

7459: @sitelock with no rules

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 1.8.3/branches/devel/CHANGES.183

    r1124 r1125  
    1616 
    1717Version 1.8.3 patchlevel 6                      ??? ??, 200? 
     18 
     19Minor changes: 
     20 * @sitelock when there are no rules will now say that instead of 
     21   having no output. By Talvo. 
    1822 
    1923Functions: 
  • 1.8.3/branches/devel/src/access.c

    r1066 r1125  
    674674 
    675675  } 
     676  if (rulenum == 0) { 
     677    notify(player, T("There are no access rules.")); 
     678  } 
    676679} 
    677680