Implement the relay channel and command for generating tokens
This commit is contained in:
2
main.py
2
main.py
@@ -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 = {}
|
||||
|
||||
Reference in New Issue
Block a user