Implement API call to register
This commit is contained in:
@@ -6,9 +6,7 @@ from utils.deliver_relay_commands import deliverRelayCommands
|
||||
from utils.logging.log import warn
|
||||
|
||||
|
||||
def provisionUserNetworkData(
|
||||
num, nick, altnick, ident, realname, network, host, port, security
|
||||
):
|
||||
def provisionUserNetworkData(num, nick, altnick, ident, realname, network, host, port, security):
|
||||
commands = {}
|
||||
stage2commands = {}
|
||||
stage2commands["status"] = []
|
||||
|
||||
Reference in New Issue
Block a user