mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-12 21:22:36 +01:00
Config: Fix crash happening since the previous commit
This commit is contained in:
parent
dcca9f9637
commit
28b28fe3cf
@ -499,7 +499,7 @@ class Config(callbacks.Plugin):
|
||||
netgroup = group.get(':' + network.network)
|
||||
changroup = netgroup.get(channel)
|
||||
checkCanSetValue(irc, msg, changroup)
|
||||
changroup._setValue(netgroup(), inherited=True)
|
||||
changroup._setValue(netgroup.value, inherited=True)
|
||||
|
||||
# reset group.#channel
|
||||
changroup = group.get(channel)
|
||||
|
Loading…
Reference in New Issue
Block a user