Implement migrating networks
This commit is contained in:
@@ -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"] = []
|
||||
|
||||
Reference in New Issue
Block a user