Added prototype name generator
This commit is contained in:
parent
fee91a15f2
commit
ae69a76135
33 changed files with 5059 additions and 4 deletions
3
plugins/util/molecular.py
Normal file → Executable file
3
plugins/util/molecular.py
Normal file → Executable 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
|
||||
|
||||
|
|
Reference in a new issue