JOIN keys should be comma separated too
This commit is contained in:
parent
5fcf18313e
commit
b4de61d009
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ class Module(ModuleManager.BaseModule):
|
|||
if key:
|
||||
keys_out.append(key)
|
||||
event["line"].args[0] = ",".join(channels_out)
|
||||
event["line"].args[1:] = keys_out
|
||||
event["line"].args[1] = ",".join(keys_out)
|
||||
|
||||
@utils.hook("received.324")
|
||||
@utils.hook("received.mode.channel")
|
||||
|
|
Loading…
Reference in a new issue