Update channel handlers when creating a channel.

This commit is contained in:
Ahmed Charles 2015-02-15 17:46:25 -08:00 committed by Griatch
parent 5c12ead301
commit c7959587cb

View file

@ -533,6 +533,7 @@ class CmdChannelCreate(MuxPlayerCommand):
description,
locks=lockstring)
new_chan.connect(caller)
CHANNELHANDLER.update()
self.msg("Created channel %s and connected to it." % new_chan.key)