Implement migrating networks

This commit is contained in:
2022-08-12 23:32:00 +01:00
parent 20f59362ff
commit 49214644ff
6 changed files with 55 additions and 16 deletions

View File

@@ -9,11 +9,6 @@ from utils.logging.log import warn
def provisionUserNetworkData(
num, nick, altnick, ident, realname, emails, network, host, port, security, auth, password
):
print("nick", nick)
print("altnick", altnick)
print("emails", emails)
print("ident", ident)
print("realname", realname)
commands = {}
stage2commands = {}
stage2commands["status"] = []