Start implementing relay abstractions for smarter network handling and minor cosmetic changes

This commit is contained in:
2019-01-20 19:56:54 +00:00
parent e97792c460
commit 6046329a83
10 changed files with 128 additions and 7 deletions

View File

@@ -16,6 +16,9 @@ class Load:
main.loadConf(i)
success("Loaded %s from %s" % (i, main.filemap[i][0]))
return
elif spl[1] == "list":
info(", ".join(main.filemap.keys()))
return
else:
incUsage("load")
return