rmgodpassword
Removes God's password from a database in case you forget it.
perl rmgodpassword < outdb > newdb
or, if you keep your databases compressed with gzip:
gunzip -c outdb.gz | perl rmgodpassword | gzip > newdb.gz
Rather than just overwriting the existing db, it writes out to a new copy Just In Case. Always make backups!
Works by removing the first password attribute in the database. If God is not the first player, it won't work properly.
Raevnos <raevnos@pennmush.org>