Improve channel allocation and write basic tests for it
This commit is contained in:
@@ -522,4 +522,4 @@ class API(object):
|
||||
name = f"{net}{num}"
|
||||
if name not in main.IRCPool.keys():
|
||||
return dumps({"success": False, "reason": f"relay {num} not on {net}"})
|
||||
return dumps({"nickname": main.IRCPool[name].nickname})
|
||||
return dumps({"nickname": main.IRCPool[name].nickname})
|
||||
|
||||
Reference in New Issue
Block a user