Start implementing relay abstractions for smarter network handling and minor cosmetic changes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user