Implement the relay channel and command for generating tokens

This commit is contained in:
2019-03-18 21:01:28 +00:00
parent c05eb298ea
commit fc304d4b25
8 changed files with 203 additions and 2 deletions

View File

@@ -17,9 +17,11 @@ filemap = {
"alias": ["alias.json", "alias details"],
"relay": ["relay.json", "relay list"],
"network": ["network.json", "network list"],
"tokens": ["tokens.json", "authentication tokens"],
}
connections = {}
relayConnections = {}
IRCPool = {}
ReactorPool = {}
FactoryPool = {}