Added prototype name generator

This commit is contained in:
Luke Rogers 2011-11-22 14:36:12 +13:00
parent fee91a15f2
commit ae69a76135
33 changed files with 5059 additions and 4 deletions

3
plugins/util/molecular.py Normal file → Executable file
View file

@ -74,7 +74,7 @@ __version__ = "1.0"
import string, re, sys, random
NAMEDIR = "/home/ircbot/bot/plugins/util/names"
NAMEDIR = "./namefiles/"
NAMESECTIONS = [ "inf", "first", "mid", "final", "notes", "end" ]
class NameFile:
@ -217,3 +217,4 @@ if __name__ == "__main__":
for i in range(n):
print name.name()
i += 1