PennMUSH Community
Show
Ignore:
Timestamp:
12/28/07 19:57:17 (1 year ago)
Author:
shawnw
Message:

Merge devel into trunk for p6 release

Files:

Legend:

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

    r1117 r1167  
    7878#include "conf.h" 
    7979#include "externs.h" 
    80 #include "pcre.h" 
     80#include "mypcre.h" 
    8181#include "access.h" 
    8282#include "mymalloc.h" 
     
    674674 
    675675  } 
     676  if (rulenum == 0) { 
     677    notify(player, T("There are no access rules.")); 
     678  } 
    676679} 
    677680