Made examine command more verbose about the cmdset stack and just which cmdsets go into the currently merged set. This meant a change to merged sets where they store their component sets as a variable "merged_from".
This commit is contained in:
parent
1cabcae771
commit
c321ccb332
5 changed files with 44 additions and 20 deletions
|
|
@ -44,7 +44,6 @@ class ChannelCommand(command.Command):
|
|||
is_channel = True
|
||||
key = "general"
|
||||
help_category = "Channel Names"
|
||||
locks = "cmd:all()"
|
||||
obj = None
|
||||
|
||||
def parse(self):
|
||||
|
|
@ -129,7 +128,6 @@ class ChannelHandler(object):
|
|||
help_category="Channel names",
|
||||
obj=channel,
|
||||
is_channel=True)
|
||||
cmd.__doc__ = self._format_help(channel)
|
||||
self.cached_channel_cmds.append(cmd)
|
||||
self.cached_cmdsets = {}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue