Massive code dump :o

This commit is contained in:
Luke Rogers 2012-02-03 02:05:11 +13:00
parent 185c1d5ae3
commit 9bc8901972
60 changed files with 5781 additions and 125 deletions

3
plugins/util/molecular.py Executable file → Normal file
View 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