added forcefield module, will make whitelist option later

This commit is contained in:
Dico
2014-07-14 02:40:00 +02:00
parent 837b68e9f9
commit 94b849b81c
3 changed files with 42 additions and 1 deletions

View File

@@ -43,7 +43,8 @@ modules = [
"mentio",
"cycle",
"motd",
"abot"
"abot",
"forcefield"
]
mod = {}
for module in modules: