Fix IRC config mutation

This commit is contained in:
2022-08-18 07:20:30 +01:00
parent d0ea3bb221
commit 659162ebc6
2 changed files with 1 additions and 4 deletions

View File

@@ -35,7 +35,7 @@ def selectInst(net):
if i not in inst:
inst[i] = main.irc["_"][i]
else:
inst = main.irc["_"]
inst = deepcopy(main.irc["_"])
return inst