Added CircleMUD 3.1 as initial commit

This commit is contained in:
Polonkai Gergely
2012-03-03 21:35:30 +01:00
commit 9e36096953
368 changed files with 132435 additions and 0 deletions

10
lib/plrobjs/purgeobjs Executable file
View File

@@ -0,0 +1,10 @@
#!/bin/sh
echo "Purging old rent files, please wait..."
purgedir A-E
purgedir F-J
purgedir K-O
purgedir P-T
purgedir U-Z
rm -f ZZZ/*
echo "Done."