Added friends module. Thanks piggly for testing! :D

This commit is contained in:
Dico
2014-07-23 00:53:24 +02:00
parent fa68622d2d
commit a962e0b6a8
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"]: