def cmdExec(self, ctx, cmd): """Execute a Reserver sub command.""" # Note: The Python doc above is used for help / description # messages in rcon if not overriden return mm_utils.exec_subcmd(self.mm, self.__cmds, ctx, cmd)
def cmdExec( self, ctx, cmd ): """Execute a Announcer sub command.""" return mm_utils.exec_subcmd( self.mm, self.__cmds, ctx, cmd )
def cmdExec(self, ctx, cmd): """Execute a Announcer sub command.""" return mm_utils.exec_subcmd(self.mm, self.__cmds, ctx, cmd)
def cmdExec( self, ctx, cmd ): """Execute a ClanMatch sub command.""" # Note: The Python doc above is used for help / description # messages in rcon if not overriden return mm_utils.exec_subcmd( self.mm, self.__cmds, ctx, cmd )
def cmdExec( self, ctx, cmd ): """Execute a ModManager sub command.""" return mm_utils.exec_subcmd( self, self.__cmds, ctx, cmd )
def cmdExec(self, ctx, cmd): self.Debug("cmdExec") return mm_utils.exec_subcmd(self.mm, self.__cmds, ctx, cmd)
def cmdExec(self, ctx, cmd): """Execute a MyModule sub command.""" # TODO: Replace this if we only have the warn sub command # Note: The Python doc above is used for help / description # messages in rcon if not overriden return mm_utils.exec_subcmd(self.mm, self.__cmds, ctx, cmd)