Massive code dump :o
This commit is contained in:
parent
185c1d5ae3
commit
9bc8901972
60 changed files with 5781 additions and 125 deletions
3
plugins/util/molecular.py
Executable file → Normal file
3
plugins/util/molecular.py
Executable file → Normal file
|
@ -74,7 +74,7 @@ __version__ = "1.0"
|
|||
|
||||
import string, re, sys, random
|
||||
|
||||
NAMEDIR = "./namefiles/"
|
||||
NAMEDIR = "/home/ircbot/bot/plugins/util/names"
|
||||
NAMESECTIONS = [ "inf", "first", "mid", "final", "notes", "end" ]
|
||||
|
||||
class NameFile:
|
||||
|
@ -217,4 +217,3 @@ if __name__ == "__main__":
|
|||
for i in range(n):
|
||||
print name.name()
|
||||
i += 1
|
||||
|
||||
|
|
Reference in a new issue