Added friends module. Thanks piggly for testing! :D

This commit is contained in:
Dico
2014-07-23 00:53:24 +02:00
parent 2057c81918
commit 5a47cf3c20
2 changed files with 9 additions and 2 deletions

View File

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