Update channel handlers when creating a channel.
This commit is contained in:
parent
5c12ead301
commit
c7959587cb
1 changed files with 1 additions and 0 deletions
|
|
@ -533,6 +533,7 @@ class CmdChannelCreate(MuxPlayerCommand):
|
||||||
description,
|
description,
|
||||||
locks=lockstring)
|
locks=lockstring)
|
||||||
new_chan.connect(caller)
|
new_chan.connect(caller)
|
||||||
|
CHANNELHANDLER.update()
|
||||||
self.msg("Created channel %s and connected to it." % new_chan.key)
|
self.msg("Created channel %s and connected to it." % new_chan.key)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue