load check module on start

This commit is contained in:
jomo
2014-12-20 18:56:35 +01:00
parent 6cc2624621
commit af29a62096

View File

@@ -44,7 +44,8 @@ shared["load_modules"] = [
"motd",
"abot",
"forcefield",
"damnspam"
"damnspam",
"check"
]
shared["modules"] = {}
for module in shared["load_modules"]: