Implement loading new modules at runtime

This commit is contained in:
2018-02-23 23:26:21 +00:00
parent cb7142ef88
commit 378c4d9bba
5 changed files with 49 additions and 8 deletions

View File

@@ -15,5 +15,6 @@
"stats": "stats [<name>]",
"save": "save <config|keyconf|pool|help|wholist|all>",
"load": "load <config|keyconf|pool|help|wholist|all>",
"dist": "dist"
}
"dist": "dist",
"loadmod": "loadmod <module>"
}