Change the channel cmdset prio to 101, same as Exits as per #1059.

This commit is contained in:
Griatch 2016-09-13 09:06:19 +02:00
parent 1a03433500
commit 528401ec99

View file

@ -225,7 +225,7 @@ class ChannelHandler(object):
# create a new cmdset holding all channels
chan_cmdset = cmdset.CmdSet()
chan_cmdset.key = '_channelset'
chan_cmdset.priority = 120
chan_cmdset.priority = 101
chan_cmdset.duplicates = True
for cmd in [cmd for cmd in self.cached_channel_cmds
if cmd.access(source_object, 'send')]: