Remove additional 'False' in modules/set.py that was an artefact of the first
attempt to support array setting
This commit is contained in:
parent
7d71da47a0
commit
8789689393
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ class Module(ModuleManager.BaseModule):
|
||||||
"""
|
"""
|
||||||
:usage: <setting> <value>
|
:usage: <setting> <value>
|
||||||
"""
|
"""
|
||||||
self._set("channelset", event, event["target"], False,
|
self._set("channelset", event, event["target"],
|
||||||
event["command"].startswith("channelsetadd"))
|
event["command"].startswith("channelsetadd"))
|
||||||
|
|
||||||
@utils.hook("received.command.serverset",
|
@utils.hook("received.command.serverset",
|
||||||
|
|
Loading…
Reference in a new issue